Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dynamic positioning question

Status
Not open for further replies.

fredes

Programmer
Nov 12, 2000
3
0
0
AU
I have looked at several methods of dynamic positioning and am looking for a Netscape solution to Microsoft's getBoundingClientRect which I think is fantastic. I can get the position of the a <tables>'s left,top,right and bottom. The only catch : Netscape. Can anyone give me any hints on how I can find these 4 position in Netscape?

Cheers

Fred
 
The [COLOR=aa0000]
Code:
offsetTop
[/color], [COLOR=aa0000]
Code:
offsetLeft
[/color], [COLOR=aa0000]
Code:
offsetHeight
[/color], and [COLOR=aa0000]
Code:
offsetWidth
[/color] properties of HTML elements contain the values of an element's position and size as integers. These properties work in Internet Explorer 4+ as well as Netscape 6.
Code:
- UNIMENT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top