- There are a number of reasons for this:
- The top menu uses 24-bit PNGs with alpha channels. These don’t work in Internet Explorer.
- There is a background on both the [tt]body[/tt] and [tt]html[/tt] element. MSIE doesn’t have terribly good support for this. It has terrible support.
- There are rounded corners here. MSIE doesn’t support the [tt]::before[/tt] or [tt]::after[/tt] pseudo-elements.
- To achieve columns, [tt]display: table[/tt] and related CSS properties are used - Internet Explorer don’t support these. The reason this is used, is that it provides much better control than floats when the width of the page changes.
I was, and am to some extent still is, tempted to give MSIE the “Netscape 4 treatmentâ€
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12



3.0