Feb 21, 2001 #1 TGWW Technical User Joined Feb 20, 2001 Messages 26 Location 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
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
Feb 21, 2001 Thread starter #2 TGWW Technical User Joined Feb 20, 2001 Messages 26 Location GB hah.. worked round it myself... thanks anyway Upvote 0 Downvote