How would I address all typical site wide text links ?
I thought
a:hover  { color: #a52a2a; text-decoration: none; background-color:  
white; cursor: pointer }
was the correct procedure ?

I was contemplating using a background color on text links for  
improved UI feedback.

Something like this applied to all typical link iterations AND delete  
a:hover from the style sheet ?

a#pinned:hover {        
background-color: white;
}


Thanks,
Barrett
AOL/AIM handmadepaperus

On Jun 6, 2008, at 10:52 AM, Len Switalski - ZinZang Studio wrote:
> Your a:hover css is the culprit - the background is set to white  
> there.  If you make the a:hover more specific, like  .prod_valname,  
> a:hover, it will only show up where you want it to.

______________________________________________________________________
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