stvwlf – Thats a great idea. I currently am using a span. Here is the code:
#backflownav li a span {display:none;}
#backflownav li a:hover span {display:block; position:absolute; top:52px; left:45%; margin:0 0 0 -100px;}
<li><a href="mission.html">Mission<span><img src="images/frame1.gif" width="762" height="335" /></span></a></li><li><a href="services.html">Services<span><img src="images/frame3.gif" width="762" height="335" /></span></a></li>
t31os – The problem is I am using WordPress to create a list based on the Categories that I have defined in WordPress. The way I have it doesn’t use WordPress and it is just a navigation built by hand.
That can’t be the easiest way to do it? Does WordPress really restrict CSS tricks like this?