Forum Moderators: not2easy
On a side note, whatever editor you're using, I'd recommend that you drop it if at all possible. The line:
onmouseover="javascript:this.style.cursor='hand'"
is a horrible travesty that is wrong on at least 3 levels, and there are several more inconsistencies, improper markup, and inaccessible pieces as well. :¦
[edited by: WesleyC at 7:23 pm (utc) on Aug. 2, 2007]
But this simple code with 1 image doesn't work:
<tr>
<td align="left" valign="top" style="padding-bottom:5px">
<div style="position:relative;">
<div style="position:absolute;top:2px;right:12px;z-index:10;">
<a id="id192" name="id192" href="#" onclick="alert('Hello');return false;"><img src="/images/icon_printthispage.gif" style="border:none;" /></a>
</div>
</div>
</td>
</tr>
Why is it?