DHTML Menu Studio FAQ
Question ID:
Q3021Question:
Why doesn't my menu work on Internet Explorer for Mac?- XHTML-style tags such as: <p />. Use <p></p> instead
- LEFTMARGIN and TOPMARGIN attributes of the BODY tag. Often using these attributes will cause DHTML code (menu) to work incorrectly on Mac IE. Instead, use CSS style, e.g.: <BODY STYLE="margin-left:0;margin-top:0">








