Hey everybody,
I'm having trouble getting IE to recognize that I'm using Selectivizr.
I have a table that shows the even rows as gray using tr:nth-
child(even), but it's not showing up in IE. I think it's because I
don't have Selectivizr active. I have the following code in the
<head>, can anybody tell me if I'm activating it right?
<script type="text/javascript" src="
http://code.jquery.com/jquery-
latest.js"></script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script type="text/javascript" src="javascript/selectivizr.js"></
script>
<noscript><link rel="stylesheet" href="[fallback css]" /></noscript>
<![endif]-->