[thelist] Turning off hover for image links?

Seb seb at poked.org
Tue Jul 22 11:47:26 CDT 2003


On Tue, 22 Jul 2003 11:04:02 -0500 (CDT), Joel Konkle-Parker 
<jjk3 at msstate.edu> wrote:

> I have a a:hover rule in my stylesheet that changes the background-color 
> of the
> link. This is causing problems when I use images with transparent 
> backgrounds as
> links, though. Is there a way to specify a a:hover for text links and 
> another
> for image links?

This ought to give you a good idea of how to do it:

a:hover {background-color: blue;}
a:hover img {background-color: transparent;}

- seb

-- 
http://poked.org


More information about the thelist mailing list