I have been lurking here for the last month and have a question about
the right way to handle IE using CSS.

I use a master CSS file with the format as follows. To me, the master
file method as well as solving the 'old browser' issue, is easier for
another designer to approach my code.

/* Master CSS File */
@import url(layout.css);
@import url(colour.css);
@import url(fonts.css);
@import url(.css) all; 
/* 
For the final import line above
IE and AOL9/Win load a file called "url(.css) all" 
All other browsers load ".css"
*/


Is the above IE hack considered the best CSS solution for this method
of loading CSS? Are there others?


-- 
Michael

All shall be well, and all shall be well, and all manner of things shall
be well

 - Julian of Norwich 1342 - 1416
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to