How to show layer in correct position ?

N

nguyennp

Hi there,
In FP2003, I use layer to create my menu. How can I show my menu ( layer ) in
right position with other resolutions ( 1024 x 768, 800 x 600) without
coding ?
 
R

Ronx

Without coding:
Make sure the menu is located in the top left corner of the page, and the
layers are directly below the <body> tag, or immediately before the </body>
tag.

With additional code, you have a lot more flexibility.
 
M

Murray

Most likely, the problem is not the layer, but a flexible/centering table
beneath it.

As Ronx suggests (I think!) being able to see your whole page's code would
allow us to solve this for you.
 
Top