I have a navigation system with rollover effects using css. all effects are in the same gif image and depending on the state (mouse over, selected, mouse out) a different section of the image is shown.
Because the image is only referred to in the css file and a reference made to the class for the style rules in the <a> tag in the html script i was wondering how i can implement alternative text for each link.
Any suggestions?