CSS Image Rollovers
Posted
by dcolumbus
on Stack Overflow
See other posts from Stack Overflow
or by dcolumbus
Published on 2010-06-17T01:16:22Z
Indexed on
2010/06/17
1:22 UTC
Read the original article
Hit count: 305
<div id="navigation>
<ul class="navlist">
<li><img src="images/btn1.gif"/></li>
<li><img src="images/btn2.gif"/></li>
<li><img src="images/btn3.gif"/></li>
</ul>
</div>
How would I be able to give these "buttons" within the list rollover states without using JS? I'm totally drawing a blank...
These links must be images.
© Stack Overflow or respective owner