Gernot Back: IE 6.0 kein Frame, scrollbar unterdrücken

Beitrag lesen

Hallo Znol,

<style type="text/css">
html,body {margin:0; padding:0;}
html {background-color:blue;}
body {border:1px solid blue; margin:10px;}
</style>

<!--[if gte IE 6]>
<style type="text/css">
html {overflow-x:hidden;}
body {margin-right:28px;}
</style>
<![endif]-->

Ich habs ausprobiert, soweit ich dachte, den da reinbringen zu können, nur blieb die scrollbar und das Hintergrundbild war weg.

Hast du auch auf den Doctype geachtet, auf den Elya sich in ihrem Artikel bei diesem Code bezieht?

http://aktuell.de.selfhtml.org/tippstricks/html/scrollbalken/index.htm#standardkonform

http://de.selfhtml.org/css/formate/box_modell.htm#standardkonform

Gruß Gernot