a bit, but i was thinking no CSS, isnt there a way to do it in the HTML?
theres javascripts out there
search google
I need this, too. This javascript, which works for me on html pages, fails to display the mouseover image, but does display the mouseout image and provides a working hyperlink, when inserted into my theme’s sidebar.php file. Any ideas how to get this to work?
<td align=”center”><a HREF=”www.my.website/care” onMouseOver=”rollover(‘Care’)”
onMouseOut=”rollout(‘Care’)”><img SRC=”images/care_0.png” NAME=”Care”
HEIGHT=”30″ WIDTH=”200″ BORDER=”0″ ALT=”Care”> <script TYPE=”text/javascript”>
<!–
setrollover(‘images/care_1.png’);
//–>
</script></td>