I don't see any backgrounds on links at all...could you be a little bit more specific about what you're seeing and what you are trying to get it to do?
I don't see any backgrounds on links at all...could you be a little bit more specific about what you're seeing and what you are trying to get it to do?
you have to open it in IE, not mozilla
the problem is located in the contact table (check for "add me")
i myself don't have any suggestions on how to fix it. or maybe, you could change the background settings of the link element to transparent:
Code:
.contactTable a
{
display:block;
height:28px;
width:115px;
background:transparent;
}
UnrealEd
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks
Well, it's happening when you mouseover the link. That means that something is up with some of your a:hover css rules. Since I don't see any, I'm going to assume that it's declared somewhere else in a more general fashion and that's what's causing the background color to appear. If you don't want the hover to change anything, try doing something like this: