Thanks once again Bruno! (I believe you helped me out with this site a few
years ago the first time I did it. I'm just re-working it now while doing
some updates in order to streamline things, since there are fewer older
browsers we're supporting, and because it was a bit glitchy in IE7.) This is
one of those areas of CSS that is sometimes just a tiny bit over my head.
*G* You provide clear explanations for which I'm grateful.

Jeniffer



Jeniffer C. Johnson
OffLead Productions
http://www.offlead.com


> 
> 
> IE loses 'clickability' on images when there are intermediate boxes
> having
> hasLayout [1].
> 
> You can try adding this in your style_ie.css
> 
> .thumbdisplay .wrimg {
>       width: auto;
>       height: auto; /* avoid hasLayout on wrimg */
> }
> .thumbdisplay .wrimg span {
>       height: 100px; /* in place of the current 100%, which cannot be
> used
> anymore */
> }
> 
> 
> There are surely other solutions, but they probably involve more
> changes.
> 
> Hth,
> Bruno
> 
> 
> [1] http://www.brunildo.org/test/IEaL.html
> 
> 
> --
> Bruno Fassino http://www.brunildo.org/test

______________________________________________________________________
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/

Reply via email to