Positioning of Layers

J

Jim

I'm new at using layers in FP2003 - what is the best way,
if any, to assure that layers remain in the proper
position regardless of the resolution at which monitor
screens are set?

Thanks.
 
J

Jon Spivey

Hi,

Make sure your layers are coded properly (don't rely on FP to do this - flip
to HTML view to check). A layer should have a top and left position and a
width NOT a height unless you know exactly what you're doing. All
measurements should have px at the end and your page should have a doctype -
so something like this would be good
<div style="position:absolute;left:20px;top:30px;width:200px">
stuff
</div>
Most important of course is to test in your target browsers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top