Try specifying the absolute paths to the images here (in lightbox.css):
Code:
background-image: url(blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
The overlay.png is here:
Code:
http://www.thetartanunderground.com/lightbox/overlay.png
I don't know the absolute path to the blank.gif, the file itself may not be required.
Unrelated perhaps but possibly a part of this, your page's body onload event attribute is throwing an error in FF:
Error: missing
; before statement
Source File:
http://www.thetartanunderground.com/...diac_image.htm
Line: 1, Column: 93
Source Code:
ages/general/profilebuttons/mp3over.gif','../../images/general/profilebuttons/linksover.gif')
;initLightbox(,'../../images/general/profilebuttons/booking-over.gif')
But, it looks to me as though there are other problems with that event attribute as well so, fixing that one thing might make things worse. To test its effect on the original problem in your post, get rid of the body onload completely (as a test) to see what happens.
Bookmarks