This page: http://www.ipjnet.talktalk.net/code/photos.html works in Opera11,Chrome, Firefox3 & IE8 locally.
The same page hosted only loads correctly in IE8 & Chrome
I'm new to galleria and jquery so please be gentle with me as I think I must be missing something very obvious.
Thank You very much
The javascript is not being sourced.
I'm guessing firefox doesn't like the backslashes, try forward slashes.
should be (forward slash, not back slash)
surprising it works in chrome...
The slashes in your script files are the wrong ones...
should be:
IE on the "local" machine, (and hosted in Quirks mode) let you get away with this. However on the "Web" the path delimiters are forward slashes only.
As a result of the wrong slashes, jQuery and the Galleria don't load at all in Firefox/(other browsers)