/* Default.css */ @Import "StyleSheets/Common.css "; @Import "StyleSheets/Masterpage.css"; <!--[if IE]> @Import "StyleSheets/FixInternetExplorer_Quirks.css"; <![endif]--> <!--[if IE 7]> @Import "StyleSheets/FixInternetExplorer7Quirks.css"; <![endif]-->
<style type="text/css"> <!-- @Import "StyleSheets/HideNavigation.css"; @Import "StyleSheets/HideSearchBars.css"; --> </style>
Cons: Can’t really define CSS media types, but we can now use the CSS @Media ruleCan’t control CSS preferred and alternate style sheetsDoesn’t scale wellContributes to a fragile development environmentNot very compatible with Revision Control Systems (CVS, Subversion, Visual Source Safe, and so on)Not intuitive – a maintenance programmer’s nightmare, "I know CSS, but Where is the CSS folder?" or "I know CSS, but Why and How are some CSS folders excluded?Pros:Can control the load order (inheritance and cascading) through the CSS @Import ruleCan exclude a folder containing CSS filesCan use the CSS @Import ruleCan use the CSS @Media ruleCan use Microsoft’s conditional comments