Posted by freesoft_2000 on 09/25/06 14:57
Say I have a css class like:
.foo {
background-color: blue;
width: 500px;
}
and I have another class:
.central {
margin-left: auto;
margin-right: auto;
}
I want 'foo' to inherit the properties of 'central'.
Is this possible to be done?
Any help is greatly appreciated
Thank You
Yours Sincerely
Richard West
[Back to original message]
|