On 3/22/07, OOzy Pal <[EMAIL PROTECTED]> wrote:
>
> Dears,
>
> Every time I start developing a site I start with small css file and
> after I am done the .css file gets bigger and out of control.
>
> I am sure that I am doing something wrong. I am sure that I am
> duplicating and adding items that I don't need. I mean items that can
> inherit their style from their parent selectors.
>
> My concern is how do I start? How can I track my selectors? Is there a
> program (Linux or Windows) that can track my selectors?
>
> What is things that you guys/gals start with when you develop a new
> site? For example do you do this
>
> *{padding:0; margin:0;border:0;}
>
>
> Any idea will be appreciated.
> --
> OOzy
> Kubuntu-Edgy


   I found it useful to break up my style sheets into very basic sections
for a while. for instance, i would have a .css file that would contain all
styles for lists and another for typography and yet another one for say
background images etc etc... then i would go back and compare the different
sheets to see what i could combine style-wise. it just made it easier to see
what i was doing. it's a little time consuming but definitely has paid off
for me in the end.

Jeff
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to