Forum Moderators: open

Message Too Old, No Replies

Layers inside tables

         

Bobbis2000

12:44 pm on Jun 12, 2001 (gmt 0)



Hi,
I am helping with a web page that combines graphics with layers. The problem is that viewed with different browsers and resolutions, the elements on the page get pushed around all over the place. Is it possible to put these layers inside a table to help with this problem? If so, how?
Or is there some other way to control the layout of layers?

Thanks

Rob

knighty

1:28 pm on Jun 12, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A URL woud be helpful

But for a start you should use absolute positioning as this is the most cross browser friendly.

DO NOT have layers inside tables! Layers should be defined by their position, they should appear first in the code. layers can contain tables but not the other way round.

You should 'nt have any problem them looking almost identical cross browser as long as you dont position forms etc.