Forum Moderators: not2easy
I am modifying my CSS for a site, and the main part of my contentBox is:
div#contentBox {
width: 650;
margin: 8px auto;
text-align: left;
}
I'm wondering if I can modify my "a" attributes specifically within this div definition.
The rest of the page uses, for example, red for the hover state. I'd like any links in this <div> tag to to be, let's say green.
How would I modify the div#contentBox to reflect this?
Thank you everyone for your input,
Job