- Published on
Getting IE6-8 working with CSS3
- Authors
- Name
- Steve McNiven
- @stevemcniven
CSS 3 styling is a huge timesaver for developers when trying to do common tasks such as Rounded Corners, or DropShadows. However like most things Web, IE always comes along and kicks you right where the sun doesn’t shine (ever had a client NOT use old IE?). Part of the reason we want to use CSS is because it doesn’t require you to
- Download extra images (Sprited or sliced)
- Generate extra markup to place those images
You’re only solution is a polyfill. Basically it’ll hack the functionality back into IE though javascript. There’s lots of libraries to pick from, modernizer has them indexed for us though, just pick what you need over @ HTML5 Cross Browser Polyfills