Hi,
I have been given a navigation bar in graphic form that I need to use for a web site.
I have placed it in an unordered list, positioned with CSS, however not sure what to write for the ALT and TITLE attributes and if I need to do anything special because I assume Screen Readers will not pick these up as hyperlinks.
For example, I have:
Would that be the correct way of doing it? Or should the <a href=""> also have a title attribute?HTML Code:<li><a href="#"><img src="images/nav_company_link.jpg" height="10" width="59" alt="" title="Company Profile" /></a></li>
Many thanks for any suggestions.












Bookmarks