Ive searched for my specific problem and can\'t find it... I hope any of you guys can help.
Im trying to get nth-child to work in IE - now Ive read that you can do i
IE doesn't support :nth-child. Use jQuery with the regular CSS selector, e.g.:
$('dl dt:nth-child(2n)') // gets every 2nd dt