The close image says it is here:
http://www.casariegoart.com/images/closelabel.gif
But, all I get when I load that into the address bar is an error. The image is not there (most likely) or the file is corrupted.
I was looking at:
opdrachten > [portretten] > acryl > Madonna
If I click on Madonna's image and then on it again when it comes up by itself in the iframe, Lytebox comes up but, I don't even see the image of Madonna unless I am viewing that page by itself.
The master top page must have:
you need to include lytebox.css in the parent document
and the page in the iframe must have:
while still including lytebox.js in the iFrame document
This means that the paths in the css file must be valid for the top page, try using absolute paths in the css file. Also use the absolute path to the images themselves, example:
Code:
http://www.casariegoart.com/img/imggroot/PAmadonna.gif
not just:
Code:
imggroot/PAmadonna.gif
Bookmarks