J Hodge wrote:

> http://www.lostinxlation.net/sandbox2/gallery1a.html

> It works fine in IE7, FF2, Opera, and SafariPC, but fails to yield a 
> large image on hover in IE6.

An old IE bug: IE6 won't re-render the link and open up for the pop-up
span, unless certain[1] property-values are changed on the link itself
during :hover.
Give IE6 something to do/change on :hover, and it'll work just fine.

The addition of...
a.thumbnail:hover {background-color: #eee;}
...is as good a fix as any in your case.


Comment: having to download more than 11MB of images for the gallery to
work properly, is a bit on the heavy side, IMO.

regards
        Georg

[1]http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp
-- 
http://www.gunlaug.no
______________________________________________________________________
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