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
1
vote
1 answer

IE8 conditional javascript not linking

here's a landing page I've coded up: http://rsa-partner.com/ It all looks fine in every browser bar IE8. In IE8, the advanced CSS selector 'nth child' is not recognised. I downloaded and linked selectivizr.js (http://selectivizr.com/), which should…
1
vote
1 answer

How to get IE to be Responsive? Selectivizr?

The start of my page is as follows Database Reports
pee2pee
  • 3,619
  • 7
  • 52
  • 133
1
vote
3 answers

Using uglify grunt task messes up selectivizr

I have a Yeoman project that uses grunt-contrib-uglify on its Javascript files. When run on the Selectvizr library (pulled in using Bower) the resultant file looks like this: !function(win){return}(this); I think that's because Selectivizr is setup…
toby1kenobi
  • 1,609
  • 1
  • 14
  • 24
1
vote
1 answer

CSS selector attr *= support in IE8

I noticed selectivizr does not support [attr*=] using jQuery. Any ideas on how I could support the following selector in ie8? a:not([class*="st-"])
Jack Zerby
  • 135
  • 2
  • 8
1
vote
1 answer

Selectivizr error with xhr

IE strikes back I'm using Selectivizr and IE7-8 throws me a js error at this line: // --[ loadStyleSheet() ]------------- function loadStyleSheet( url ) { /*THIS LINE --->*/ xhr.open("GET", url, false); …
Arkana
  • 2,831
  • 20
  • 35
1
vote
1 answer

Selectivizr.js won't work in respond.js

I'm using Respond.js so that I can create a responsive page in IE8. And it works fine. But, I am also using Selectivizr.js so that I can use CSS3 :nth-child selector in IE8, which also works fine. The problem is that the nth-child selector won't…
Vucko
  • 20,555
  • 10
  • 56
  • 107
1
vote
1 answer

IE8 CSS background image URL being reset to url("null")

I have an issue at the moment where in IE8 my background-image properties in CSS files are being changed to url("null") instead of the original URL that's in there. Not sure where to look, but I suspect it could be selectivizr or JQuery UI. Anyone…
Jacques
  • 6,936
  • 8
  • 43
  • 102
1
vote
1 answer

Chained pseudo-selectors in IE8

Chained pseudo-selectors do not seem to work in IE8 on Windows XP. Is there any documentation about this? I'm developing a website using Selectivizr in order to use CSS3 selectors, but a style such as this doesn't work in IE8, whereas it works…
Daze
  • 478
  • 5
  • 17
0
votes
1 answer

Website renders on IE7 w/ Windows 7 but freezes on IE7 w/ Windows XP

I already can't stand working with IE7 but now I ran into an issue that is driving me nuts: internet explorer 7 (IE 9 running IE 7 mode) works fine on the site and behaves as intended internet explorer 7 on Windows XP does not work properly site…
0
votes
1 answer

Selectivizr behaviour when both Mootools and jQuery are present

I have a site that has both Mootools and jQuery present. How will selectivizr choose between them? Is there a way of forcing selectivizr to use Mootools?
mattc
  • 47
  • 5
0
votes
1 answer

How to prevent conflict between mootools and jquery for using selectvizr?

I need to be able to support all CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. The polyfill called selectivizr allows you to do this. It needs a javascript library such as jquery or mootools to work. The problem is that while…
Asif Ali
  • 271
  • 1
  • 3
  • 16
0
votes
0 answers

selectivizr.js dosen't work lte ie8

it's my today's work... that css :nth-child(odd){background-color:red;} doesn't work in lte ie8
0
votes
0 answers

pseudo-elements (: before,: after,: last-child) are not supported in the IE7 browser

I have a problem with pseudo-elements (: before,: after,: last-child) in the IE7 browser. In fact I wanted to draw a tree that looks like this capture (IE11): but when I execute my index on (IE7) gives me rendering wrong : For information i have…
user3535890
  • 13
  • 1
  • 6
0
votes
0 answers

How to CSS radiobutton in IE8 ( using selectivizr)

Try to use selectivizr. But I don't understant how it works..