salaterella
08-13-2009, 02:57 PM
Hi,
how can I catch the YOffset of a DIV?
The DIV is called "right", I tried this way but with no luck:
var posY = document.getElementById("right");
function style() {
if(posY<=100) {
second();
}
}
any idea?
how can I catch the YOffset of a DIV?
The DIV is called "right", I tried this way but with no luck:
var posY = document.getElementById("right");
function style() {
if(posY<=100) {
second();
}
}
any idea?