View Single Post
  #2 (permalink)  
Old Jun 14th, 2006, 21:08
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Hover on individual Link (li) ???

Quote:
that this guy has used "title" in order to display text on each "li" link
No he hasn't. The value of the title attribute has nothing to do directly with the link text as displayed. That's the text between:
Code: Select all
>link six</a></li>
You can hover over any element you like.

You could have your font as an image with a transparent background and use css to control the background colour in the unhovered and hovered state.
Reply With Quote