View Single Post
  #2  
Old 02-26-2008, 08:09 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: A little CSS help please

Hi toolexperts,

These are the ones I think, although at a quick glance I can't see why it's coming up as a black link on hover...

perhaps change .VertMenuItems & .VertMenuItems A to... (should come up green)

.VertMenuItems {
color:#00FF00; /* the color before was white #FFF*/
text-decoration:none;
}
.VertMenuItems a {
color:#00FF00; /* the color before was white #FFF*/
text-decoration:none;
}

Edit: oops I got that completely wrong, sorry. Photo is the man!
__________________
Doms
kube v4.1.9
Reply With Quote