Russ Weakley
commented on
Modular CSS@valicac: The first series of slides talk about web standards (valid, semantic, accessible, separated markup). However, no matter how "web standards" compliant you make your pages, there still may be times when you have to deal with browser issues. These slides show how you can deal with these issues without compromising web standards - using a few simple "work arounds".
The multiple css files are used for a different reason - they are used to make the CSS more manageable. For large sites, they assist with maintenace.3 years ago
Russ Weakley
commented on
Modular CSSI agree Mikelward, and have used it on sites where I have felt it is needed - one example where min and max widths were considered important.
However, for simple layout isues, I prefer to use a simple conditional comment rather than having to force-change IE’s behaviour with JavaScript.
Thanks :)
Russ3 years ago
Comments