Phillip Cavaco wrote:

> a:hover img{ border:solid 1px red; }

> I know that IE6 pseudo select only works with anchors by default. But
> this one ain't working.

Give IE6 something that forces it to re-render on :hover, on the anchor
itself, like...

a:hover {
  background-position: 0 0;
}

...and it will apply your "element-in-anchor" styles.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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