- RD
getscrollx(){
if(ns4 || ns6)return window.pagexoffset;
if(ie4)return
- どうにも出来ないのか・・・・
getscrolly(){
if(ns4 || ns6)return window.pageyoffset;
if(ie4)return
- 調子悪くなってきた(=-ω-)
getscrolly(){
if(ns4 || ns6)return window.pageyoffset;
if(ie4)return document.body.scrolltop;
}fu
- 子犬ちゃん♪
getscrolly(){
if(ns4 || ns6)return window.pageyoffset;
if(ie4)return document.body.scrolltop;
}fu
|