ie

Über hasLayout — das Konzept des hasLayout im IE/Win

Corina Rudel hat einen der wichtigsten Artikel zu Darstellungsproblemen im IE aus dem Englischen ins Deutsche übersetzt.

Viele Darstellungsprobleme des Internet Explorer lassen sich beheben, indem man einem Element »Layout« gibt.

http://onhavinglayout.fwpf-webdesign.de/#elem

Das Original "On having layout" von Ingo Chao ist unter http://www.satzansatz.de/cssd/onhavinglayout.html zu finden.

Conditional comments

Conditional comments only work in Internet Explorer, and are thus excellently suited to give special instructions (CSS and JavaScript) meant only for Internet Explorer. They are supported from Internet Explorer 5 onwards.

<!--[if IE]>
This is Internet Explorer
<![endif]-->
<!--[if IE 5]>
This is Internet Explorer 5
<![endif]-->
<!--[if IE 5.0]>
This is Internet Explorer 5.0
<![endif]-->
<!--[if IE 5.5]>
This is Internet Explorer 5.5
<![endif]-->
<!--[if IE 6]>
This is Internet Explorer 6
<![endif]-->