Hi all,
I have a code like this..
<TABLE>
<TR>
<TD width='350' height='450'>
<div id="parah1" onmousedown="return eval(Drag.init(this,0,1,0,303,400));" onclick="changeCapturedId(this.id);" style="position: absolute; left: 235px; top: 285px;">
Dharmendra
</div>
</TD>
</TR>
</TABLE>
Here the left position is starting from the browser window. Where as i want it to start from the <TD> tag.
i mean left:250px means 250px from the <TD> tag not from the window.
Can any one help me please..
Regards
Dharam