how can i find and html element position
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i want to simulate a menu with two div elemen. one for father node which its position is no absolute and placed in an table cell. another div is my menu body. i should find the position of first div (top, left) and then set the position of second div. i check style.top, style.left, all["div1"].style.top, all["div2"].style.left,... but i don't have any resault. how can i find the first div position in the browser window? thanks rastgar