Questions tagged [selectivizr]

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

Selectivizr adds support for 19 CSS3 pseudo-classes, 2 pseudo-elements and every attribute selector to older versions of IE. It can also fix a few of the browsers native selector implementation.

Selectivizr works automatically so you don't need any JavaScript knowledge to use it — you won't even have to modify your style sheets. Just start writing CSS3 selectors and they will work in IE.

34 questions
0
votes
1 answer

Advise on resolving pseudo-class compatibility for IE8

I have used pseudo-classes in the project, that i am currently working on, and since it is already javascript heavy I am trying to avoid using selectivizr. Is there are way making psedoclass compatible with IE8? Is it possible to use Modernizr to…
ramesh
  • 2,296
  • 4
  • 19
  • 29
0
votes
1 answer

Jquery + Selectivizer to reproduce nth-child in IE8

My understanding from selectivizr is that it can interpret a number of pseudo-classes correctly in ie6-8. I've been having trouble with what I want to accomplish, no matter what I try, it runs perfectly in Chrome/Firefox but falls flat on its face…
Ryan Gillies
  • 413
  • 4
  • 8
  • 19
0
votes
2 answers

Using Selectivizr with RequireJS (jQuery)

Has anybody got any experience of getting Selectivizr to work with IE7/8 and RequireJS? I've tried adding the conditional comments as per usual, I've had this working no problem before, I'm running off a localhost. I think it has something to do…
0
votes
1 answer

Does Selectivizr visually enable border-radius or just add the selector?

Trying to get rounded corners to all browsers, including the bad one from version 8. I'm loading a js framework first. I do have a doctype declared. Selectivzr is loaded. All the paths are correct. I still don't see the rounded corners on IE.…
MEM
  • 30,529
  • 42
  • 121
  • 191
1 2
3