Home › Forums › CSS › CSS List center aligned with image bullets aligned right › Re: CSS List center aligned with image bullets aligned right
November 27, 2012 at 3:25 pm
#115666
Member
IE8 does support :after … So I would probably use the pseudo-elements for IE8 & up (plus modern browsers), then use a polyfill (like jQuery, loaded using Modernizr/yepnope.js) for IE6/7 … to feed the dinosaurs.
Conversely, you could use an image for IE6/7 and by using IECCs on the HTML or body element, you can prepend .ie6 and .ie7 to a class that loads an image for those browsers only.