Hubert: Conditional Comments & andere Fragen

Beitrag lesen

Hi!

ganz genau. Ersteres für IE 6 im standards-complient mode und letzteres für ältere IEs bzw. den quirks mode.

Sorry das ich frage, aber ich will sicher gehen dass es so defintiv für alle IE-Versionen okay ist:

<!--[if IE]>
<style type="text/css">
#menuleiste { position: absolute; }
html, body {
scrollbar-face-color: #CECEBD;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CECEBD;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #7E7E7F;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #E7E7E7;
}
</style>
<![endif]-->

Gruß, Hubert