-
Cell position
Is there anyone who knows how to find
the current position of a table cell.
<TABLE>
<TR><TD></TD><TD ID='mycell' STYLE='position:relative'>Where am I?</TD></TR>
</TABLE>
I mean the left position, I just can't get it to work.
document.all.mycell.style.left should work somehow
but it just doesn't... unless I set the Left and top
position. It's for IE5.... greatfull for any input
-
This suggestion may not help but have you tried naming the table also and adding that to your DOM path?
-
Well I got it to work using offsetLeft in Internet Explorer.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks