vote up 1 vote down star
1

I am using LightBox v2.0.4 with master pages on a web site and am having problems with the loading.gif and closelabel.gif images appearing. I have content pages residing in folders that are 3 layers in from the root, their master page is 2 layers in from root, images in question are in ~/images/, and the javascript files are in ~/js/. e.g.:

~/categories/category/subcategory/contentpage.aspx
~/categories/master.aspx
~/images/loading.gif
~/images/closelabel.gif

I have tried changing the path to the images in the lightbox.js script file to ~/images/loading.gif and ~/images/closelabel.gif, but that didn't work. I have been digging around the 'net via Google and haven't found any answers ... does anyone here know what the problem is?

Wayne

flag

1 Answer

vote up 0 vote down

You can't use ~/images...etc in the .js files. You have to use the path relative to your .js file location.

link|flag
yes you can, just have the <head> tag contain runat="server" attribute and the <script> tag contain runat="server" as well. – Martin Ongtangco Oct 8 at 3:37
I am not talking about he .js file references, I am talking about image references inside the .js files. – rick schott Oct 8 at 3:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.