Forum Moderators: not2easy
I've got a question about list-style-image, the hover works fine in IE (the arrow is changing )but in FF there is just a bullet instead of the image
#linky li a { list-style-image:url(../images/arrow_blue.gif) ; color:#5e7e8f; text-decoration:underline;}
#linky li a:hover{list-style-image:url(../images/arrow.gif); color:#8faa34; text-decoration:none;}
<div id="linky">
<ul >
<li><a href="#">www</a></li>
<li><a href="#">www</a></li>
</ul>
</div>
THX :)