Re: [css-d] Omitting Images

2007-07-27 Thread Arian Hojat
Why not apply a class to those specific items and then set up a rule that gets rid of the image for those items? #maybeNeedAnotherIDSoRuleWins #navigation_left dd a.noImage { background-image: none; } On 7/27/07, Steve LaBadie <[EMAIL PROTECTED]> wrote: > > I created a navigation structure inside

[css-d] Omitting Images

2007-07-27 Thread Steve LaBadie
I created a navigation structure inside of a definition list. I have arrows that appear along side each choice. Is there a way for me to omit an arrow from a specific tags within the navigational structure using CSS? #navigation_left * { margin: 0; padding: 0;