Steve wrote: > Hi all, still pounding away at some thumbnails. Ive got a hover > working in everything I can test PC/Mac, except in IE5 the clickable > area is around the image (padding area, and I wonder if its behind the > img also) and once u hover over the image you lose the link. IE5.5 > works just not 5. [...] > http://aenonfiredesign.com/test/iethumbhover/
In IE5.0 links with "hasLayout" (triggered by any dimension, or float) do not work over images. We tried to explain this in [1], [2]. The only workaround that I see applicable in your case is to use an extra wrapper (may be a div) around the anchors, so that you move most of your 'gallery' properties to this wrapper, and leave just the border and the hover effect on the anchors (the anchors must not get 'hasLayout', so no float and no dimensions on them!) Maybe there are other workarounds, but I don't know. Btw, I have an example of a thumb gallery here [3], probably too complex for your case, and using the proprietary -moz-inline-box, but maybe you can get some ideas. hth, Bruno [1] http://www.satzansatz.de/cssd/onhavinglayout.html [2] http://www.brunildo.org/test/IEABlock1.html [3] http://www.brunildo.org/test/ImgThumbIBL2b.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
