Sent by Kevin Smith on 31 July 2002 16:04
On 07.31.2002 3:16 PM, Ines Robbers wrote:
> is it possible to group id selectors and assign them, for instance, the same
> values for link attributes at once?
>
> something like this doesn't work:
>
> #nav1, #nav2, #nav3 a {
> color: #000000;
> text-decoration: none;
> }
Hmm. That works, but apparently not in the way you expected. Is this what
you're looking for?:
#nav1 a, #nav2 a, #nav3 a {
color: #000000;
text-decoration: none;
}
--
kevin c smith tel: 410.571.9462
[EMAIL-REMOVED] http://www.tatnet.com