View Full Version : Lightbox not working in IE7
Irishcash33
09-20-2008, 01:20 AM
Hi,
Lightbox works in FF but not in IE7. I have read that it could be an IE7 setting..but I couldn't find anything specific.
Any ideas?
site (http://www.headfirstgraphics.com/HFD_portfolio.html)
Thanks
jscheuer1
09-20-2008, 10:57 AM
There could be other problems, but probably not. The main problem is incomplete HTML markup which FF is error correcting for you, while IE 7 (and many other browsers) will not. Where you have (and similar):
<a href="directmail/binoc_large.jpg" rel="lightbox[directmail]" <img src="directmail/binoc_thumb.jpg" alt="" border="none"></a>
You have left out an > here:
<a href="directmail/binoc_large.jpg" rel="lightbox[directmail]"><img src="directmail/binoc_thumb.jpg" alt="" border="none"></a>
Irishcash33
09-20-2008, 01:38 PM
That was it! thanks
Will
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.