You've used illegal characters in your onload. And you are not using Lightbox. Change:
Code:
<body onload="MM_preloadImages(‘/images/menu_on.gif’)…;initLightbox()">
to:
Code:
<body onload="MM_preloadImages('/images/menu_on.gif');">
But that's not the problem, as IE and FF both appear to just skip that and to load Lytebox (it is loaded by the script itself). The problem appears to be that your images are slightly non-standard, or of a standard that IE doesn't recognise. I saved (downloaded) one of the images, copied and pasted it in Paint Shop and saved the pasted copy as a .jpg - after that IE recognised it. How were these images made/processed? Just about any standard image editing program should be able to fix them simply by following the procedure I just outlined. Just make sure that you keep back ups until you are happy with the new images. You may test them locally by viewing them directly in IE.
Bookmarks