hello list,
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;
}
many thanks for your help!
ines