I want a nav system where there is a different image for either link and they have rollover links. I figured it would be easier to include the text and then hide it in css so that it would be accessible compatible.
Ok this is my current setup for the HTML that I have
<div id="topnav">
<ul id="navicons">
<li><a href="#" class="one">ONE</a></li>
<li><a href="#" class="two">TWO</a></li>
<li><a href="#" class="three">THREE</a></li>
</ul>
</div>