|
Post by Schubaltz on Jun 10, 2007 15:37:19 GMT -5
Description: Creates a rollover effect for your images through CSS. <style type="text/css"> <!-- a span { width: 100px; height: 25px; display: table-cell; font-size: 0px; background-image: url('www.google.com/img.gif') } a:hover span { background-image: url('www.google.com/img.gif') } --> </style>
<a href="#"><span></span></a>
|
|