View Single Post
(#2 (permalink))
Old
jables is Offline
Private
Points: 159, Level: 2 Points: 159, Level: 2 Points: 159, Level: 2
Activity: 0% Activity: 0% Activity: 0%
jables is an unknown quantity at this point
 
 
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2007
December 28th, 2007

design mode in dreamweaver is not an accurate representation of all modern browers. It should be used as a guide, not a production area. When you drag the "layer" (which is nothing more than a div usually with absolute positioning) it changes the position relative to the containing element your "layer" lives in. Check in code view for the element you are dragging and you'll see that there is some code, probably similar to "top:300px; left:439px;", etc. You'll need to alter these numbers and then test in your browsers to see accurate results.

Hope that helps.

For more on css positioning:
http://www.w3schools.com/css/pr_class_position.asp