Dzięki komentarzom:
<!--[if gte IE 6]>
<style type="text/css">
#tekst {
width : 200px;
}
</style>
<![endif]-->
<!--[if lt IE 6]>
<style type="text/css">
#tekst {
width : 300px;
}
</style>
<![endif]-->
strona posiada inne style dla IE5, a inne dla IE6. W ten sposób możemy wykonać witrynę w trybie strict mode i dostarczyć przeglądarce IE5 style uwzględniające błąd w interpretacji atrybutu width.
Strona jest wykonana w trybie strict i wygląda poprawnie w IE5 oraz IE6.
