selectivizr icon indicating copy to clipboard operation
selectivizr copied to clipboard

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.

Results 66 selectivizr issues
Sort by recently updated
recently updated
newest added

I was having problems with IE7, in particular, not loading media queries. Figured this was something to do with targeting elements from my CSS using banner[role="banner"], for example. I changed...

My style sheets are dynamically served by ASP.Net (using a rerouting system). It seems that the loadStyleSheet successfully gets the sheet. Because the sheet in question is empty the xhr.responseText...

In IE 8: when I include : // I found the .fancybox-nav:hover of attribute that was deleted from my "jquery.fancybox.css" in IE8. Can I chose which stylesheet inclided or by...

Hello, First of all thanks for this great tool. So, my question is if it's possible to apply the CSS after DOM modifications? An example: The HTML file: ``` html...

On [my website](http://datafilme.com.br/) contact form (_menu "Contact"_) is loaded via ajax. Searching the internet I found [this thread on google groups](https://groups.google.com/forum/?fromgroups#!topic/ie-css3/eWSsKW7yI9E), but do not know if this feature has been...

Is there a way to allow Bower to get the latest 1.0.3b versions as the latest I can get using Bower is 1.0.2? Can a component.json file be add to...

:before and :after cannot be used with CSS3 selectors such as :nth-child, :nth-of-type, first-of-type, :last-child, ...... etc. For example, these aren't working: ``` CSS div:nth-child(2):before { } div:last-child:after { }...

first, thanks for create this script, its very percect! But I'm have a problem here. if I use this script, my site going in very slow speed. And after click...

I was using IE9 compatibility mode to simulate IE7 (issue was also in IE8 document mode) included selectivizr v1.0.3b and on load it would error in the resolveUrl function on...