I need two anchor id's, one to darken links, and another to lighten them. Here is what I'm trying now, which isn't working:

a#map {
        a:hover {...}
}

how do I correct this?

a#map {
...
}
a#map:hover {
...
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.