Iâm looking for tips and tricks (from CSS geeks) for using Themes, Skins, and CSS in ASP.NET 2.0.
Specifically Iâd like to know if anyone has an elegant equivalent for:
Using conditional comments with themes and skins:
Example:
<!--[if IE]>
<link href="IEQuirkFixFile.css" rel="stylesheet" type="text/css" media="all" />
<![endif]-->
Controlling the load order of CSS files.
Omitting CSS files from the automatic loading of CSS files.
Thanks in Advance,
- Adam Kahtava [
http://adam.kahtava.com]