Forum Moderators: not2easy

Message Too Old, No Replies

same style, different classes?

         

Craig_F

6:26 pm on Oct 7, 2004 (gmt 0)

10+ Year Member



how can I do that *without* duplicating the whole style in my sheet. All I want is to be able to use the exact same style with different classes.

drbrain

6:45 pm on Oct 7, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Use a ,

.foo, .bar, p, #thingus {
color: red;
}

Craig_F

7:15 pm on Oct 7, 2004 (gmt 0)

10+ Year Member



thanks, dr!