Hi,
Conditional Comments gibt es meines Wissens seit Version 5 des MSIE, die proprietäre CSS-Eigenschaft overflow-y in Bezug auf das HTML-Element hingegen erst ab Version 6, wenn ich dies hier richtig lese.
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/overflowy.asp?frame=true
Korrekt, aber hier steht extra gelb hervorgehoben:
"When you use the !DOCTYPE declaration to specify standards-compliant mode, this property applies to the html object."
Und ich schlug vor:
html,body {overflow-y:scroll;}
Also für IE 5, 5.5 und 6 nutzbar...
freundliche Grüße
Ingo