Any JS polyfills out there that will take properties like RGBA and convert them to rough IE equivalents?

StackOverflow https://stackoverflow.com/questions/10146037

سؤال

So lately I've been enjoying using -prefix-free and while for awhile I didn't believe in doing post-processing using JS, I'm a bit of a believer now.

Now I enjoy using newer properties like 'rgba' and 'text-shadow', but throwing in filters in my CSS file is always unnerving, even if it is pre-processed in PHP.

Are there any tools out there that will take care of applying MS filters and the like for me, while still leaving my CSS untainted from the evil of MS filters?

هل كانت مفيدة؟

المحلول

With some limitation css3pie should do what you need. The docs is also very clear.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top