[WSG] Multiple pseudo class selectors

2010-10-14 Thread Grant Bailey
Hello, I was wondering whether it is acceptable CSS to combine pseudo class selectors, like this: div#div_Navigation ul li:first-child:before { ... [STYLES HERE] } The W3C CSS validator does not complain and my versions of Firefox, Chrome, Safari or Opera display the style. Internet Explorer 7

Re: [WSG] Multiple pseudo class selectors

2010-10-14 Thread tee
Just some thoughts 1. :before is not supported by IE7 2. if :before is supported by IE7.js, Dean Edwards may not anticipated the use of multiple selectors in such manner, thus thus the script ignores it. 3. (Though very unlikely) If you have a set of group selectors and this