Jump to content

saila.com

Online media matters

Are CSS hacks and filters necessary?

Depends on the site. For example, relies on conditional comments to serve styles to IE, and is designed to support Mozilla/Opera (fourth generation browsers are, essentially, ignored).

On commercial sites that require pixel-identical support for Netscape 4.x through IE 6, I tend to:

Even in those cases were filters/hacks are used, they are used quite minimally. Whenever possible avoid creating “pixel-identical” sites. Of course, it depends on:

The most important thing is to know the quirks of different browsers, so when problems are encountered you can fix them by adjusting the CSS or, if necessary, use the appropriate filter/hack.