Jeniffer C. Johnson wrote:
> Here is the relevant URL:
> http://dev.kiu-art.dk/northern/index.php
>
> CSS for the thumbnail display:
> http://dev.kiu-art.dk/includes/style_thumbs.css
>
> and for IE (called via conditional comment into the page):
> http://dev.kiu-art.dk/includes/style_ie.css
>
>
> It is displaying just fine. But in IE6 & 7 the link doesn't
> work if you click ON the thumbnail. If you click anywhere
> else within the li or anchor, it works. But clicking directly
> on the image itself does nothing.
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/