Imports CSS files for IE6-

Need Conditional Comments?

Syntax


<!--[if IE 6]>
Special instructions for IE 6 here
<![endif]-->


manifest.css
- @import url('all.css');
- @import _url('ie_fix.css')
Example : PNG Image PNG Image PNG Image PNG Image PNG Image PNG Image PNG Image Notes:

The @import directive can also be used within style sheets themselves to refer to other external CSS resources. Internet Explorer imposes a maximum limit of 32 imports that an individual styleSheet object can hold, and a depth limit of three on the number of style sheets that may be included within the style sheet chain.