View Single Post
Old October 6th, 2007, 02:32 AM   #7 (permalink)
qti
Member
Verified Customer
 
Join Date: Apr 2003
Posts: 33
Done.

1, 2 and 4 are still not fixed.

I think 4 could have easily been fixed by changing the following in lightbox.js

var fileLoadingImage = "/images/loading.gif";
var fileBottomNavCloseImage = "/images/closelabel.gif";

to

var fileLoadingImage = "images/loading.gif";
var fileBottomNavCloseImage = "images/closelabel.gif";
qti is offline   Reply With Quote