Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:19
Problems with menu, IE 5.5, and external stylesheets
Poster: patglenn
Dated: Wednesday October 30 2002 - 22:28:53 GMT
After half a day of frustration, I found an interesting problem with the menu. When the JS files are called from within a document, the nav should display regardless. However, if you also call an external stylesheet that has the following: div {position: absolute;} on the same page where you are calling the menu JS files, the menu will not show in IE 5.5 (PC). I was able to get around this by removing the offending stylesheet declaration and applying position: absolute; to individual layers within the stylesheet. Anyone else have this problem? If so, what'd you do to fix it?