Problems with menu, IE 5.5, and external stylesheets
Problems with menu, IE 5.5, and external stylesheets
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?