Hallo Gunnar,
<body scroll="auto"> funktioniert beim IE.
korrekt, siehe auch http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/scroll.asp
Sauberes HTML ist das allerdings nicht: ein scroll-Attribut gibt's fürs body-Element eigentlich nicht.
jeder vernünftige Browser sollte bei <body style="overflow:auto;">
wissen, was zu tun ist ;-)
Viele Grüße,
Stefan