I'd like to start using the css :target, not() and ~ sibling selectors now. Is there a polyfill or some other solution for these? I'd prefer to be able to simply use the css for them over using js/jQuery to simulate them for every use.

link|improve this question

2  
~ is supported by most browsers including IE7+, so you can start using that now. As for the first two, well... – BoltClock May 31 '11 at 16:50
feedback

2 Answers

up vote 3 down vote accepted

IE9.js polyfills everything you're looking for.

http://ie7-js.googlecode.com/svn/test/index.html

link|improve this answer
feedback

This one also does the work: http://selectivizr.com/

link|improve this answer
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide a link for reference. The main reason for this is that links go stale and thus your answer might not have any value in the future when the link is broken. Note, many (most) sites are under copyright, so wholesale copying content from the linked page into the answer is not OK either. Your best option is to write up an answer of your own, and then if necessary, add the link to that site. Thanks. – Lasse V. Karlsen Apr 13 at 17:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.