Code is here: [removed] if you notice the 3 content boxes in the center of the page, all of them have an image floating left and 2 of them have an unordered list as well. In chrome/ff the unordered list properly moves to the right side of the floated image, but in IE9 the image seems to expand the list width pushing the bullets over the the left side of the box. I have tried everything I can think of and haven’t had any luck, any help is much appreciated.
Share
IE9 doesn’t know how to place List Item position corectly, use :
on the lists inside the div with the floated images. Good luck!