I'm looking for at solution to make document.body.scrollTop return the right values when using a doctype
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
now this only works with chrome and not in ff and ie
alert('scrollTop = '+document.body.scrollTop);