Forum Moderators: open
eg. if there's an independent table at the top of every page that's just used for logo, navigation etc, will removing that table from the page and putting it in an .inc file to move the content paragraphs up make any difference?
TM's idead would work best. Position the layer at the top of the code, but place it at the bottom.
However, if you use it, be sure to look at every page in NN4.x. Depending on what code you have in the content DIV, sometimes Netscape totally flakes out. On sites where I use this, there are still pages where I've needed to go back to conventional (no absolute positioning) code.
The bug is not predictable, but all of a sudden your divs don't get rendered in their declared position any more and the browser reverts to rendering them in the order of the HTML document -- or not even rendering the complete content at all.
This seems to happen more on Win2K and WinME than Win98, but it still happens on all of them. Using tables in the content area -- especially more than one table -- seems to be one of the triggers.