Re: [css-d] CSS Coding Style

2010-12-22 Thread Thierry
> > > > > Just been doing some testing on this, and IE5 doesn't pick up the styles > inside a

Re: [css-d] CSS Coding Style

2010-12-22 Thread Rowan @ Jetboy
Just been doing some testing on this, and IE5 doesn't pick up the styles inside a

Re: [css-d] CSS Coding Style

2010-12-21 Thread Rowan @ Jetboy
I used to use multiple stylesheets for ease of development (and I have to admit, often a lot more than the four you're using), but in recent years, after reading about the impact on page load speed, my approach has changed radically. If you're using @import, as you will be if you're using one styl

[css-d] CSS Coding Style

2010-12-20 Thread Rob Mercer
Over the past year or so I have designed and coded about 7 new web site. I am very comfortable with the following pattern for writing CSS: In each web page I link a screen.css file that simply imports three other .css files: reset.css; ie.css; and master.css. The reset.css file is the normal fi