2008/8/5 snak detek+0r <[EMAIL PROTECTED]>:
> 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?
Not sure that this will work in your situation, but if you aren't
using the background-image property then you should be able to do
something like:
a:hover img {background: none; }
or just
a img {background:none; }
That should get rid of the background colour, but will also remove any
background images.
Cheers,
Seona.
______________________________________________________________________
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/