stefsull
-
CSS List center aligned with image bullets aligned right
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 …
-
CSS List center aligned with image bullets aligned right
Exactly... isn't that what I said above (OK, it was late, so maybe I wasn't uber clear)? I love pseudo-elements... :)
-
CSS List center aligned with image bullets aligned right
I'm not sure what your IE requirements are. But if it's IE8 and up, you can use this method without images/with pseudo-elements: http://jsfiddle.net/stefsull/wDEyc/ (Didn't try to make everything exact, but should give you the idea.)