This is a weird bug that I can’t figure out because I have tested it on my PC in IE7 and IE8 on XP and it’s working just fine.
But the main navigation is broken in XP on this site:
http://tupelomainstreet.com/play
I’ve attached screenshots of my client’s screen and environment.
If anyone has any black magic for IE, that would be amazing. I’m at a loss.


On http://tupelomainstreet.com/shop/salons-and-spas:
You’re loading these JavaScript files from your server:
<script src="js/libs/modernizr-1.6.min.js"></script><script src="js/mylibs/fancyzoom.js"></script><script src="js/mylibs/slideshow.js"></script><script src="js/plugins.js"></script><script src="js/script.js"></script>lt IE 7only)<script src="js/libs/dd_belatedpng.js"></script>Let’s stick with
modernizr-1.6.min.js.If I load that file, I get something which looks distinctly not like a JavaScript file:
The fact that a HTML page is being returned is surely the work of
mod_rewrite. Withoutmod_rewrite, I’m sure you’d be getting a nice, easy to debug404 Not Founderror instead.I believe the easiest way to fix this is to prepend the script includes with
/:This will load the correct file.
It’s a very safe bet that this problem is what’s killing your menu in Internet Explorer.