Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can I assign attributes to multiple objects?

0 views
Skip to first unread message

michaaal

unread,
Jan 24, 2004, 11:11:26 PM1/24/04
to
I would like to do this...

input
{
font-size:10;
}

select
{
font-size:10;
}

...in just one command...something like this...

input & select
{
font-size:10;
}

Is there a way to do this without assigning classes to these objects?


Rowland Shaw

unread,
Jan 26, 2004, 6:04:16 AM1/26/04
to
input, select { font-size: 10pt; }


"michaaal" <res0...@verizon.net> wrote...

0 new messages