On Jan 20, 2006, at 9:38 AM, Bill Moseley wrote: > I just looking for a few tips on how to organize CSS files.
I kinda like how the CSS for most Ruthsarian Layouts is organized: http://webhost.bridgew.edu/etribou/layouts/index.html My personal technique is to link from index page like so: <link rel="stylesheet" href="./css/master.css" type="text/css" media="screen" /> ... and within master.css: /*----------( IMPORT STYLE: )---------*/ @import url("general.css"); @import url("layout.css"); @import url("links.css"); @import url("nav_horiz.css"); @import url("nav_vert.css"); @import url("forms.css"); @import url("pending.css"); /*------------------------------------*/ I am still refining my system as time goes on, but seems to work best for me. Gl, hth, Cheers, Micky -- ¸.·´¯`·.¸¸><(((º>`·.¸¸.·´¯`·.¸¸><((((º> ·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸><((((º> `·.¸¸><((((º>¸.·´¯`·.¸¸><((((º> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
