My design currently calls for a lot of :before
and :after
selectors. IE7 does not support these selectors so, after a little digging, I am now using IE7.js (the IE8 version).
Whilst it does work, there is a noticeable lag (approx 15-20 seconds).
Can anyone recommend a faster alternative so that I can use the :before
and :after
psudo-element selectors in IE7?