Hi there - newbie so if this has been answered elsewhere, pardon my new thread but I'm tired! :)

Anyone who can tell me what is wrong with my code which is working fine in IE 8; here is the page link:

http://phughesphotography.com/chapman.htm

Help is greatly appreciated! I'll check back Saturday afternoon ~ I need a movie! :)


Paula

You have alot of typo's in your HTML:

<a href="chapman/IMG_1626 copy.jpg" rel="lightbox" </a><img border="0" src="http://www.phughesphotography.com/chapman/IMG_1626 sm.jpg" align="center" width="200" height="133"></a>

Needs to be:

<a href="chapman/IMG_1626 copy.jpg" rel="lightbox"><img border="0" src="http://www.phughesphotography.com/chapman/IMG_1626 sm.jpg" align="center" width="200" height="133"></a>

I did not take a look at your lightbox code, but I assume it works....

~G

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.