Overclock.net banner

Dreamweaver AP div help

1536 Views 1 Reply 2 Participants Last post by  kyotejones
This is driving me nuts, whenever I draw an AP div 'box' it never shows up in the browser where I place it in DW. Pics:







How do I make the div's show up where I place them???
See less See more
3
1 - 2 of 2 Posts
When you use the Draw DIV tool it does not nest the DIV tags correctly. As a result it messes with the locations of the layers on the page when you look at them in a full screen browser.

I would suggest that you use the Draw DIV only to set the size initially of your layer. Then using the other tools CSS editor and Source editor set the location of your div tag.

What Dreamweaver does now regardless where the cursor is in Design View

Code:
Code:
What Dreamweaver should be doing (in my opinion) based on where the cursor is in Design View.

Code:
Code:
See less See more
1 - 2 of 2 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top