On Fri, Feb 22, 2008 at 12:34 AM, Big Moxy <[EMAIL PROTECTED]> wrote:
> Thank you for the correction, Usamah! I also added height:37px to ensure the
>  full image was being displayed. What do I do about the extra image behind
>  the image "title"? It's not even full-size?
>
>  Regards,
>  Tim
>

You have this in the CSS:

a {
    color: #3F2C57;
    background: inherit;
    text-decoration: none;
}

a:hover {
    color: #808080;
    background: inherit;
}

Remove the two background: inherit instances.

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