Problems with menu, IE 5.5, and external stylesheets

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
patglenn
Beginner
Beginner
Posts: 2
Joined: Wed Oct 30, 2002 11:21 pm

Problems with menu, IE 5.5, and external stylesheets

Post by patglenn »

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?
Post Reply