Good evening.

It appears right in FF3+, but I have a slight issue with IE7 (I haven't checked IE8 yet.). So...

URL:  http://2bitsnpieces.com

Problem: I'm using a colored background for my a:hover. I used the following css code to remove the colored background from linked img:

#main a:link {
    color: #006400;
    text-decoration: none;
}

#main a:visited {
    color: #006400;
    text-decoration: none;
}

#footer a:link {
    color: #32cd32;
    text-decoration: none;
}

#footer a:visited {
    color: #32cd32;
    text-decoration: none;
}

#main a:hover, #footer a:hover {
    color: #fff312;
    background-color: #000084;
    text-decoration: none;
}

#main a:hover img {
    background-color: transparent;

}

What am I missing?

Thank you,

--
Duane Nelson
Loss2gaiN Designs
http://myL2G.com

______________________________________________________________________
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