Link to home
Start Free TrialLog in
Avatar of johnson00
johnson00

asked on

Layer Positioning....

I have a template that I've created in Fireworks, and need to overlay html content in layers on the page.  However, I do not want the layers to move at all.  I want them to remain in the position I place them at all times.  What should I set the position of the layer to in order to keep them in place?

Urgent question, hence the points.
Avatar of rockmansattic
rockmansattic

You can make them absolute..

example
<div id="Layer1" style="position:absolute; left:47px; top:21px; width:457px; height:180px; z-index:1">This layer wiil not move</div>

Let me know if this helps
Rockman
Avatar of johnson00

ASKER

Do I have to specify the dimensions when I set it to be absolute?  If so, how do I locate the exact dimensions?
ASKER CERTIFIED SOLUTION
Avatar of rockmansattic
rockmansattic

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial