Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Best CSS3 Supporting Script for Unsupported Browsers? Re: Best CSS3 Supporting Script for Unsupported Browsers?

#123772
rosspenman
Participant

I would recommend against CSS3 PIE and If you only need it for things like rounded corners, then screw it. I’m sure the users of older browsers would prefer that a page loads quicker than takes ages to run a huge JavaScript to round some corners.

However, I would use something like Selectivizr, but only if important stuff was breaking, and I couldn’t fix it by using only CSS1 selectors.

Modernizr is useful also, in situations where you have to do something completely different if a feature isn’t supported.

If it was necessary, things like border-box polyfills I would use, because they are important and can break a site if not supported.