The first thing I noticed when I opened the site is that there are 2 JavaScript errors occurring in Chrome and Firefox and I get 3 error dialogs in IE 8 (in IE Tester)
Code:
element.dispatchEvent is not a function
element.dispatchEvent(event);
Occurs in prototype.js?ver=1.6.1 (line 4619)
Code:
element.style is undefined
element.style.width = w +"px";
Occurs in lightbox.js?ver=1.8 (line 33)
You might want to resolve these first.
Are you actually using prototype / scriptaculous / lightbox anywhere? You could probably replace those 3 with 1 jQuery plugin to do the lightbox (or if you're using NextGen to manage all your image galleries, just using the one included with that...)
Bookmarks