View Single Post
  #2  
Old 08-25-2004, 06:06 AM
  lyncca's Avatar 
lyncca lyncca is offline
 

X-Adept
  
Join Date: Nov 2003
Location: Fort Worth, Texas
Posts: 455
 

Default

The items are one color but there is also a set of links that are also affected. Look for code similar to this:


Code:
.VertMenuItems:link { COLOR: #0069B2; TEXT-DECORATION: none; } .VertMenuItems:visited { COLOR: #0069B2; TEXT-DECORATION: none; } .VertMenuItems:hover { COLOR: #0069B2; TEXT-DECORATION: none; text-decoration: underline; } .VertMenuItems:active { COLOR: #0069B2; TEXT-DECORATION: none; }

Does that help?
Reply With Quote