Text
IE and CSS3
As I become more happy with the progressive enhancement way of working there are several technologies that I have started to use but have come up against the usual barrier ‘but we need it look the same in IE6,7 and 8 as well’. With CSS3 rules such as border-radius becoming more popular, I’m glad to see a solution that doesn’t call for yet more jQuery calls.
IE-CSS3 nicely solves the problem for border-radius, box-shadow and text-shadow by using propriety MS technologies. I can understand why some developers are against this as it stops MS from getting their act together and producing a decent browser, but sometimes you have to be pragmatic!