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>

hi
probably this will help you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.