
Originally Posted by
Twey
I'd advise you to abandon v2... it causes the whole tab to simply remain dark for me under FX. I guess that's the reason the original was left up.
On the demo page? I'm not seeing that in FX (FF for folks who don't know).
On cowgurl's page I get these:
Error: MM_preloadImages is not defined
Source File: http://remmepark.com/raynah.html
Line: 1
Error: MM_swapImage is not defined
Source File: http://remmepark.com/raynah.html
Line: 1
Error: MM_swapImgRestore is not defined
Source File: http://remmepark.com/raynah.html
Line: 1
So, at the very least, it is a script conflict. However, the lightbox part appears to be working. Another thing, the images themselves are too big. You should use thumbnails for the images on the page, and your larger images should be 700x500 tops.
For troubleshooting purposes, get rid of:
Code:
onload="MM_preloadImages('home_red.gif','rembrandt_red.gif','valentino_red.gif','info_red.gif','sales_red.gif','photography_red.gif','events_red.gif')"
from your body tag and all instances of:
Code:
onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('info','','info_red.gif',1)"
and similar.
Bookmarks