In the code below, when run under NS4, if I leave out he float, it works fine, but with the float the link no longe acts like one. Is this just a NS bug with no way around it?
G
<div>
<p><span style="float:right"><a href="#" onmouseover="javascript: playTune('stage/db/mussat.MID')" onmouseout="javascript: reset()"><img src="bgnotes9.gif" width=120 height=66 border=1 style="border-color:gold;"></a></span></p>
</div>
G
<div>
<p><span style="float:right"><a href="#" onmouseover="javascript: playTune('stage/db/mussat.MID')" onmouseout="javascript: reset()"><img src="bgnotes9.gif" width=120 height=66 border=1 style="border-color:gold;"></a></span></p>
</div>
Comment