your problem is not on the image itself, but on the link,

quickfix :

#promo a {background-color:#fff !important}

the real fix woul be to make the rule that put this bcg less strong, but i
don't have the time to do it now :)

2012/5/29 Duane Nelson <d...@myl2g.com>

> Good morning, all.
>
> I'm using the following link attributes:
>
> #nav-footer a:link, #legal a:link, #rcol a:link, #content a:link, #blog
> a:link {
>    color: #513420;
>    text-decoration: none;
>    font-weight: bold;
> }
>
> #nav-footer a:visited, #legal a:visited, #rcol a:visited, #content
> a:visited, #blog a:visited {
>    color: #513420;
>    text-decoration: none;
> }
>
> #nav-footer a:hover, #legal a:hover, #rcol a:hover, #content a:hover,
> #blog a:hover {
>    color: #fff;
>    text-decoration: none;
>    background-color: #513420;
> }
>
> My issue comes when an image is linked within any of the above "div ids."
>  The below image code takes away the border around the image but the above
> hover background-color appears at the bottom of the image at least in FF:
>
> a img {
>    border: 0;
>    background-color: transparent;
> }
>
> For a live example hover over the "BOOT Camp" image in the upper right
> column at:
>
> http://mhnaz.org/index-**template.html<http://mhnaz.org/index-template.html>
>
> I would like to NOT class each image but keep it in the CSS file.
>
> Thanks in advance for any help,
>
> Duane
> ______________________________**______________________________**__________
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/**mailman/listinfo/css-d<http://www.css-discuss.org/mailman/listinfo/css-d>
> List wiki/FAQ -- 
> http://css-discuss.incutio.**com/<http://css-discuss.incutio.com/>
> List policies -- 
> http://css-discuss.org/**policies.html<http://css-discuss.org/policies.html>
> Supported by evolt.org -- 
> http://www.evolt.org/help_**support_evolt/<http://www.evolt.org/help_support_evolt/>
>
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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