...

xhtml & scrollTop

diades
08-05-2002, 03:40 PM
Hi guys

I need to discern the equivalent of the IE "scrollTop" property for the page when scrolled to position something dynamically. It seems that the property is defunct when using xhtml. Any work arounds?

Thanks

Keith

brothercake
08-05-2002, 04:11 PM
instead of

document.body.scrollTop

use

document.documentElement.scrollTop

and it'll work

diades
08-05-2002, 04:16 PM
Many thanks brothercake



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum