Menu Maker and Mac OS
Symptoms
When viewing the page in Internet Explorer on Mac, page content is moved down. The page works fine in Netscape or Apple Safari browsers.
Solution
To achieve the best Mac compatibility, the menu code should be placed immediately before the closing BODY tag.
Suggested solution:
<HTML>
<BODY>
...
<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0><TR><TD>
...
</TD></TR></TABLE>
<SCRIPT SRC=mymenu.js></SCRIPT>
</BODY>
</HTML>
Comments?