Rozwiązanie problemu różnic pomiędzy IE5/IE6

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.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse nunc pede, aliquet at, tincidunt id, sodales in, nulla. Pellentesque viverra ipsum ac quam. In hac habitasse platea dictumst. In eget tellus. Nullam placerat, felis in scelerisque sollicitudin, magna velit dictum mi, ac molestie quam urna nec nibh.