M
Michael
I'm trying to revamp my old html website (no css as it looks too complicated
to update over 300 pages!). I'd like a mouseover underline effect on some
links. They work fine OFFline but fail to work in IE7 or Firefox ONline.
Strange, huh? I think this is the code you need:
<font color="#666666" id="id1" onmouseout="FP_changePropRestore()"
onmouseover="FP_changeProp(/*id*/'id1',1,'style.textDecoration','underline')">Che cos'è una cellula?</font></a></font></td>
<td width="165" valign="top">
A sample page can be found at:
http://www.missioneperte.it/cellule/index.html. The particular links I'm
working on right now are in my TOP shared border.
Thanks!
Michael
to update over 300 pages!). I'd like a mouseover underline effect on some
links. They work fine OFFline but fail to work in IE7 or Firefox ONline.
Strange, huh? I think this is the code you need:
<font color="#666666" id="id1" onmouseout="FP_changePropRestore()"
onmouseover="FP_changeProp(/*id*/'id1',1,'style.textDecoration','underline')">Che cos'è una cellula?</font></a></font></td>
<td width="165" valign="top">
A sample page can be found at:
http://www.missioneperte.it/cellule/index.html. The particular links I'm
working on right now are in my TOP shared border.
Thanks!
Michael