Posted by jb on 03/09/06 20:19
If there is a style that looks like this:
..border_color {border-color: #000000;}
Can another style be created which inherits border_color in its entirety?
something like...
..top_border {border-top: 1px solid; border_color: inherit}
I know color: can be inherited, but can a whole style?
[Back to original message]
|