Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-20 Thread Rafael
Rafael wrote: > Chris Broadfoot wrote: >> Rafael wrote: >>> Having separate style sheets usually helps to keep everything >>> organized (depending on how you build them), but it also gives you >>> more connections to the server. So what you can do is to make use of >>> that server-side langu

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-20 Thread Niels Matthijs
uld advise against this method :) Greets, Niels Matthijs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: maandag 18 februari 2008 17:09 To: 'CSS Discussion' Subject: [css-d] Request for Comments on this CSS Stylesheet Approach

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Chris Broadfoot
Rafael wrote: > Jason Crosse wrote: >> On 18/02/2008 16:09, Rick Faircloth wrote: >> >>> I've realized at the start of a pretty large site, including >>> Internet and Intranet sections, that my stylesheet could grow >>> very large and even finding sections of styles for particular >>> pages coul

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Rafael
Jason Crosse wrote: > On 18/02/2008 16:09, Rick Faircloth wrote: > >> I've realized at the start of a pretty large site, including >> Internet and Intranet sections, that my stylesheet could grow >> very large and even finding sections of styles for particular >> pages could be a cumbersome task

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Rick Faircloth
> However, you might end up > repeating yourself if you are not careful Very true! Thanks, Mark! Rick > > > Rick, > > I think this is an allright solution. However, you might end up > repeating yourself if you are not careful in delegating styles to the > main sheet. As long as you can stay v

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Jake Churchill
Comments on this CSS Stylesheet Approach On Mon, 18 Feb 2008 10:36:11 -0600 Jake Churchill wrote: > I'd set an ID in the body tag for each individual page and divide up > your CSS based on that. body id="index", body id="common", etc. > > Then you'

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Michael Adams
On Mon, 18 Feb 2008 10:36:11 -0600 Jake Churchill wrote: > I'd set an ID in the body tag for each individual page and divide up > your CSS based on that. body id="index", body id="common", etc. > > Then you've got > > #index ... { > } > > #common ... { > > } > > I do a lot of work with a pr

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Mark Story
Rick Faircloth wrote: > Hi, all. > > I'd like to know your thoughts on including separate > stylesheets for individual pages. > > I've realized at the start of a pretty large site, including > Internet and Intranet sections, that my stylesheet could grow > very large and even finding sections of st

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Jake Churchill
ay, February 18, 2008 10:27 AM To: 'CSS Discussion' Subject: Re: [css-d] Request for Comments on this CSS Stylesheet Approach On 18/02/2008 16:09, Rick Faircloth wrote: > I've realized at the start of a pretty large site, including > Internet and Intranet sections, that my

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Jason Crosse
On 18/02/2008 16:09, Rick Faircloth wrote: > I've realized at the start of a pretty large site, including > Internet and Intranet sections, that my stylesheet could grow > very large and even finding sections of styles for particular > pages could be a cumbersome task. > > What I'm considering is

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Rob Emenecker
> I'd like to know your thoughts on including separate stylesheets for individual pages. Personally I do prefer what you are suggesting Rick. I have a few large sites that have subdomains, where the subdomains have individual differences from the main site's styles, but that must maintain some le

[css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Rick Faircloth
Hi, all. I'd like to know your thoughts on including separate stylesheets for individual pages. I've realized at the start of a pretty large site, including Internet and Intranet sections, that my stylesheet could grow very large and even finding sections of styles for particular pages could be a