Re: [css-d] address element with classes

2010-10-09 Thread Thierry Koblentz
> I'm trying to address an LI which has two classes (it's part of the > nav): > > > Is there any way to address the li ONLY when it has both these > classes? On other pages, it has a different combination of classes. Yes, you can use the selector below, but note that it won't work in IE6: .page

[css-d] address element with classes

2010-10-09 Thread Dave Solko
I'm trying to address an LI which has two classes (it's part of the nav): Is there any way to address the li ONLY when it has both these classes? On other pages, it has a different combination of classes. The page in question is http://clients.pixelalchemy.com/rsl2/?page_id=7 The client wa