hi there,

does anyone have a good way of universally disabling

        a:hover{background-color}

for images? i always have this problem, and i'm never satisfied with the 
solution. it seems that you could fix it by styling

        a img {background-color: transparent}

or

        a:hover img {background-color: transparent}

but it seems like these never work. i also couldn't find anything new in 
the archives. but it's still worth asking: does anyone have a brilliant 
solution for this that i've never seen before?



thanks,

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