Hi,
On my home page, I have four boxes, and when you click on them, javascript expands them (gradually), and when you click again, it makes it smaller.
The one thing I can't figure out is that in the top left hand corner there should be a closebox icon. This isn't displaying for me. I'm not an expert in javascript but I think this is the line of code that calls the image
inImage2.setAttribute('src',zoomImagesURI+'closebox.png');
The closebox.png is currently in the images folder, and the zoomImagesURL is currently set to:
var zoomImagesURI = '/images/';
I don't even mind if the closebox image isn't there, but in Firefox when you view the page, the outline is there where the image should be, just the image is not displayed. In internet explorer no image, or outline appears.
Any help would be appreciated, thanks!