View Single Post
  #2  
Old 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;
}
Reply With Quote