There is illegal characters on your code:
Try the following as a initial guide and check out the correct path... ('/???
To separate preload of several images may thus write: ('pathtoimage1.jpg, pathtoimage2.jpg'); etc.
Remember that the browser must load ALL the web page elements to fire lightbox then. Also I think you must reorder the elements on body tag.
What is #000000 ? Text color? Perhaps is a better option a little stylesheet on head for text color and background image.
Code:
<body onload="MM_preloadImages('/images/menu_on.gif'); initLightbox();" bgcolor="#CCCCCC" leftmargin="10" marginwidth="10" topmargin="15" marginheight="15" background="sky.jpg">
Luys
P.S.: To your attention. Your table has a "fixed" 1240px width. Do you know that in a smaller 1024 x 768 screen (like ipad and other devices) the page unnecessarily is forced to be displayed with two scrollbars?
I would try first anything like
Code:
<table width="100%" style="max-width: 1240px;">
and then adjust some dimensions at the top menu.
Also there is some 1240 liquid solutions around that solve this problem or, at worst, my first impression is that your design fully supports the use of a template of 960px.
I hope these comments with the best of intentions will be of some help for you. "Bona sort!"
Bookmarks