Hi,
I'm using the follwing code and css to highlight and underline the text once the mouse is hovered on the image.The text is changing the color once I hover on the image but it's not underlining the text although I have text-decoration:underline on css property.Could any body help me on this.
<code>
<a rel="nofollow" href="sample1.jsp" onmouseover="$('sampletext').addClassName('m-over');"
onmouseout="$('sampletext').removeClassName('m-over');"><img src="test1.gif/>
<a rel="nofollow" id="sampletext">Example1</a>
a:m-over{
colorrange:
text-decoration:underline
}
</code>
Thanks,
Kumar
Bookmarks