I have a series of tables, one after another, on a page. I'd like to know the y position of these tables. But the tables are not absolute positioned. So i don't know if this is possible. I've tried surrounding a table with <div id='someid'></div> and then at the end of the page using
<script>
alert( document.getElementByID('someid').style.pixelTop );
</script>
but this reports 0. Any ideas?
Thanks,
Ron S.H.
<script>
alert( document.getElementByID('someid').style.pixelTop );
</script>
but this reports 0. Any ideas?
Thanks,
Ron S.H.