Is it possible to have a class in one style sheet inherit a class in another?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • designchemist
    New Member
    • May 2007
    • 1

    Is it possible to have a class in one style sheet inherit a class in another?

    Is is possible to have one style sheet (sheet1.css) that has a class of .titleText inherit the class that is in another stylesheet (sheet2.css)?

    Something like...

    .titleText {
    url: sheet2.css, titleTextBold
    }

    Thanks in advance for your help on this.
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Not like you show but styles listed after previous styles always inherit previous styles.

    Comment

    Working...