CSS Import Q
CSS Import Q
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- bulletfactory0
I usually create a master.css sheet that has all of them in one file
master.css:
/* <![CDATA[ */
@import url("reset.css");
@import url("type.css");
@import url("menu.css");
/* ]]> */on your html in the head - <style type="text/css" media="Screen">
/*\*/@import url("css/master.css");/**/
</style>i'm sure this post will fail with the code....