I\'m attempting to add a drop down to a page that already has a global \"select\" style. Is there a way to tell the new select list to ignore the global style? There\'s ab
I'd be most inclined to narrow down your selectors. By that I mean..
I want this to be different.
CSS:
div.newbox a { color: #888; text-decoration: none; }