Re: Giving a class the same values as another class

pdf@bizfon.com wrote:
>  There are certain site wide properties
> that I may assign through a class (for example, if I want certain items
> throughout the site to use a particular font).  But there are also properties
> that are specific to that page that I don't want to be given to the entire site.
> Those properties would be defined in a class that was local to that page only.
> You can't declare something as having multiple classes (not that I know of
> anyway),

Yes, you can. The class attrribute takes a space separated list of class
names. The class attribute is a general way of describing set membership of
an element. Elements can be in multiple sets.

--
Chris

Received on Tuesday, 25 July 2000 16:22:42 UTC