HELP: CSS, merging more than 1 class definition....

  • 14 years ago
    I had a brief overview of CSS2.1 specs (http://www.w3.org/TR/CSS21/) but could not find what am looking for. I am wondering if it's possible to define a class more than once and the definitions get merged together.

    eg.

    // File generic.css
    table.panel,
    table.tree
     {font-family: Arial, Verdnana, Geneva, Helvetica, sans-serif;}
    th.panel,
    th.tree
     {font-family: Arial, Verdnana, Geneva, Helvetica, sans-serif;}
    td.panel,
    td.tree
     {font-family: Arial, Verdnana, Geneva, Helvetica, sans-serif;}

    // File tree.css
    table.tree {text-transform: capitalize;}
    th.tree {height: 25px;}
    td.tree {height: 25px;}


    Basically I want all panel & tree class to have same font-family, but only the tree class to have additional text-transform & height adjustments.



    Is there a better way to do this?
























Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Better train people and risk they leave – than do nothing and risk they stay.” - Anonymous