I have a light box currently working www.idgc.ca/web-design-samples.php but when I converted the whole page in a Simple XML www.idgc.ca/web-design-samples-testing.php it stopped working....
A:
In the second example there is whitespace between the <a>
and the <img>
tags, lightbox might be looking for the first child of the <a>
in order to get the image URL, which (in the second example) is a text node not an image tag.
This is just a guess.
Tom Haigh
2009-06-01 19:43:09
thanks it worked!!...
kwek-kwek
2009-06-01 19:46:15