I have this code and I want to simulate a link. I need to change the cursor to a hand when onmouseover and have the text underlined. How can I do it? It only needs to work on IE 5.5
<span title="See more info" onclick="moreinformation('<%=cadena%>')" onmouseout="hidetip()" onmouseover="showtip(this,event,'See more info');" > <font face="Arial" size="1" color="purple"> + </font> </span>