|
Posted by rsimpson505 on 11/02/05 22:25
Thanks Steve,
That's clear - and it works.
R
Steve Pugh wrote:
> rsimpson505@gmail.com wrote:
> > Probably I have missed something, but how do you use one style
> > definition inside another?
>
> You don't.
>
> > I want to define two styles of <td> tags, td1 td2, which share some
> > properties from style tdg and have some individual properties:
>
> td.tdg, td.td1, td.td2 { common styles }
> td.td1 { unique styles }
> td.td2 { unique styles }
>
> > PS Do you call this cascading, nesting, including - or something else?
>
> As it doesn't exist in CSS terms it isn't called anything at all.
>
> Steve
Navigation:
[Reply to this message]
|