Nope...the empty span is a fix for forcing vertical centering in IE. See http://www.brunildo.org/test/img_center.html for the basic technique. I've done this before but don't recall having this issue come up. On the other hand, I stripped out some of the CSS this time around since there was no need to support things like IE on Mac. I was trying to go with the minimum hacking needed, but didn't foresee this issue, and I'm not sure what will resolve it.
Jeniffer Jeniffer C. Johnson OffLead Productions http://www.offlead.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:css-d- > [EMAIL PROTECTED] On Behalf Of E Michael Brandt > Sent: Wednesday, October 31, 2007 6:11 PM > To: [email protected] > Subject: Re: [css-d] gallery thumbnail link issue in IE > > Not sure if this is the cause or not, but notice the errant, empty > span > element in your li's: > > > <li><a href="/northern/shackonmytrack.php"> > > <span class="wrimg"> > > <span></span> > > <img src="/northern/images/thumb_ShackOnMyTrack.jpg" alt="Shack On My > Track" width="80" height="67" /> > > </span> > > <span class="caption">Shack On My Track</span> > > </a></li> > > > E. Michael Brandt > > www.divaHTML.com > divaPOP : standards-compliant popup windows > divaGPS : you-are-here menu highlighting > divaFAQ : FAQ pages with pizazz > > www.valleywebdesigns.com/vwd_Vdw.asp > JustSo PictureWindow > JustSo PhotoAlbum, et alia > > -- > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
