IE 6 Bugs
I make use of Dean Edward's IE7 scripts to handle many of Internet Explorer 6's various bugs. Unfortunately, it is unable to handle the full array of that browser's nefarious defects. Below are test cases for some bugs I still encounter.
- HTML
IE 7 Bugs
I don't spend much time on IE7, but it still has more bugs than one can shake a stick at. Just a few examples exhibited here:
-
Fails to support the CSS2 rule "body .cursiveK:after", causing header to read eolano.com.
Partially resoved via <!--[if IE 7]>K<![endif]-->.
- Fails to appropriately position the sidebar...
.sidebar{ margin-right:-16em; margin-bottom:.5em; float:right; width:14em; background:url(/images/transparent/white.png); border:1px solid #caf; padding:0 .5em .5em .5em; clear:right; }