Thomas Mell: Scrollbarposition abfragen (JavaScript)

Beitrag lesen

hallo,

Für die Up/Down Scrollbar funktioniert das mit "document.body.scrollTop", ...aber wie gehts für die Left/Right Scrollbar?

Schon mal mit document.body.scrollLeft probiert ?
Meht Infos bei M$:
http://msdn.microsoft.com/workshop/c-frame.htm?/workshop/author/om/measuring.asp
http://msdn.microsoft.com/workshop/c-frame.htm?/workshop/author/dhtml/reference/properties/scrollleft.asp

schöne Grüße
Thomas Mell