Peggy Coats wrote:
> Anyone have any idea why the photo gallery on this page won't show in
> IE6? CSS for the gallery is internal on the page.
> 
> http://www.silverspotink.com/portfolio.html

There's a problem with the HTML markup that's breaking the page. Every 
link with rel="lightbox" that wraps around the images has a rouge quote:

<a href="images/Portfolio/dj-dm4.jpg"  rel="lightbox" ">

just remove the quotes:

<a href="images/Portfolio/dj-dm4.jpg"  rel="lightbox">

and the page will be fixed.

Cheers,

Jesse
www.thefutureoftheweb.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to