Merhaba Arkadaşlar,

Bir web sayfamda scroll problemi yaşamaktayım. Sayfa yüklendikten sonra mouse ile yukarı aşağı yapamıyorum. Tarayıcı webmaster tool özelliğindeki bilgi kısmı ise şu şekilde:

body.scrollTop is deprecated in strict mode. Please use 'documentElement.scrollTop' if in strict mode and 'body.scrollTop' only if in quirks mode.
body.scrollLeft is deprecated in strict mode. Please use 'documentElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode.
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

Nasıl çözebilirim acaba?

Teşekkürler, iyi çalışmalar.