As far as I am aware, IE9 should have CSS support for rounded corners. I have apparently coded my page in such a way as this does not occur in IE9 though - although it displ
It's because you combine filter and border-radius for same element. Try to apply border-radius to one element, and filter to its child element instead.