Hi,
how can I catch the YOffset of a DIV?
The DIV is called "right", I tried this way but with no luck:
any idea?Code:var posY = document.getElementById("right"); function style() { if(posY<=100) { second(); } }
Hi,
how can I catch the YOffset of a DIV?
The DIV is called "right", I tried this way but with no luck:
any idea?Code:var posY = document.getElementById("right"); function style() { if(posY<=100) { second(); } }
I found something very interesting and it works!
Eric's weblog
Bookmarks