Hi Nukturn.666,
Everybody hates index.htm redirection from refresh to another URL (=gallery.htm). Your thumbnail images at your site load fine into a "_blank" target (kinda takes all the beauty out of "Lightbox" though).
Your "lightbox.js" is no where to be found through these following:
CODE
<script type=text/javascript src="Khinvox%20-%20Gallery_files/500.htm"></SCRIPT>
<script type=text/javascript src="Khinvox%20-%20Gallery_files/500(1).htm"></SCRIPT>
<script type=text/javascript src="Khinvox%20-%20Gallery_files/500(2).htm"></SCRIPT>
these above are Zymic "500 Internal Service Error" pages and unless I'm missing something they are not javascript.
Upon looking further in the gallery.htm:
the
rel="lightbox" is irrelvant if the
function initLightbox() is not loaded at windows startup via the
lightbox.js, i.e., you are currently only loading the:
<a href="http://www.khinvox.zxq.net/gallery/logos/logo_called.jpg">
via the image source (thumbnail).
Might I suggest that you, firstly; upload the Lightbox "close.gif" and "loading.gif" to the "Gallery_files" folder in your account, and secondly: look for (in "lightbox.js" file) the "Configuration section and change the variables to be:
CODE
var loadingImage = 'http://www.khinvox.zxq.net/Gallery_files/loading.gif';
var closeButton = 'http://www.khinvox.zxq.net/Gallery_files/close.gif';
then upload the "lightbox.js" file to the "www.khinvox.zxq.net" root folder, and thirdly; in your "gallery.htm" file insert the following:
CODE
<script type="text/javascript" src="http://www.khinvox.zxq.net/lightbox.js">
right before the closing of the "head" section. Now upload your new
saved "gallery.htm file to your "www.khinvox.zxq.net" root folder.
If you still encounter problems try making everything lowercase in your web account folder and if you'd like people to be able to access your site try using a
html extension instead of
htm and when referring to a URL Address give the complete address not an abbreviated one.
Hope this helps you out.