B bntz313 macrumors 6502 Original poster Jul 11, 2007 399 0 May 5, 2010 #1 I checked my website and with IE there is a problem with the light box. heres the link: Portfolio see how is doesn't show the images, wish I had IE to check it out. -Thanks
I checked my website and with IE there is a problem with the light box. heres the link: Portfolio see how is doesn't show the images, wish I had IE to check it out. -Thanks
7on macrumors 601 Nov 9, 2003 4,939 0 Dress Rosa May 6, 2010 #2 Here's a snippet of your code Code: <a href="../site/versus2.jpg" height="500" width="600" alt="Versus Magazine Layout Design" rel="lightbox[editoral]" title="Versus Magazine Layout Design"> <image #3> </a> What's with the <image #3> ? That's not valid HTML. Remove those. IE is thinking those are <img/> tags.
Here's a snippet of your code Code: <a href="../site/versus2.jpg" height="500" width="600" alt="Versus Magazine Layout Design" rel="lightbox[editoral]" title="Versus Magazine Layout Design"> <image #3> </a> What's with the <image #3> ? That's not valid HTML. Remove those. IE is thinking those are <img/> tags.