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.