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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE to Netscape

Status
Not open for further replies.

TGWW

Technical User
Feb 20, 2001
26
GB
How can i make the following code work in netscape?

x = getPageOffsetLeft(button);
y = getPageOffsetTop(button) + button.offsetHeight;
if (isIE5) {
x += -10;
y += 0;

thanks

:p
 
hah.. worked round it myself... thanks anyway :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top