Re: [css-d] seperation of styles

2005-08-03 Thread Gunlaug Sørtun
Steve Clay wrote: There are /different/ ways, but there's nothing wrong with having multiple link elements for CSS as you have above. http://meyerweb.com/ has 6 of them. As a side note: I use more than 20 stylesheet links on some pages... Just remember to limit the number to 30, as IE/win will

Re[2]: [css-d] seperation of styles

2005-08-03 Thread Steve Clay
Wednesday, August 3, 2005, 11:36:27 AM, Scot Schlinger wrote: > media="screen" /> > media="screen" /> > Or is there a different/better way? There are /different/ ways, but there's nothing wrong with having multiple link elements for CSS as you have above. http://meyerweb.com/ has 6 of them. S

RE: [css-d] seperation of styles

2005-08-03 Thread Dan Kletter
On Wed, 3 Aug 2005, Scot Schlinger wrote: > How do you actually include each file in the html then? I have never > worked with more than one style sheet... Inside your tags use: @import "/path/to/global.css"; @import "/path/to/index.css"; Or: Then, inside master.css write

RE: [css-d] seperation of styles

2005-08-03 Thread Scot Schlinger
global.css Styles that apply site-wide index.css Styles for the home page only (when that's significantly different from the rest of the pages) How do you actually include each file in the html then? I have never worked with more than one style sheet... Or is there a dif

Re: [css-d] seperation of styles

2005-08-03 Thread Schalk Neethling
Scott Here is an interesting article on the subject: http://www.digital-web.com/articles/architecting_css/ Scot Schlinger wrote: In working on my first project, I have come across the following dilemma: The site design that I instituting will have a different look for the "body" of the home pa

Re: [css-d] seperation of styles

2005-08-03 Thread Paul Novitski
At 07:22 AM 8/3/2005, Scot Schlinger wrote: In working on my first project, I have come across the following dilemma: The site design that I instituting will have a different look for the "body" of the home page versus the rest of the pages thereafter. My style sheet for the portion of the site t

Re: [css-d] seperation of styles

2005-08-03 Thread Arnie Shafer
From: "Scot Schlinger" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 03, 2005 10:22 AM Subject: [css-d] seperation of styles In working on my first project, I have come across the following dilemma: The site design that I instituting will have a different look for the "bo

[css-d] seperation of styles

2005-08-03 Thread Scot Schlinger
In working on my first project, I have come across the following dilemma: The site design that I instituting will have a different look for the "body" of the home page versus the rest of the pages thereafter. My style sheet for the portion of the site that pertains to this area is getting rather la