Thread
:
border-bottom not working in IE 7?
View Single Post
#
2
07-24-2008, 03:34 PM
EcoSee
Offline
pp veteran
Join Date: Nov 2007
Posts: 63
add:
text-decoration: underline;
to the hover section such as:
#navigation a:hover {
border-bottom: 1px solid #FFA500;
text-decoration: underline;
font-variant: small-caps;
text-transform: lowercase;
font-size: 12px;
}
EcoSee
View Public Profile
Send a private message to EcoSee
Find all posts by EcoSee