-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use filter fallback for rgba values in =<IE8 #68
Comments
hmm, we have a thing called |
Did a bit of testing on this hack and it's not very reliable. |
I've created the following mixin for achieving this - it's pretty clunky as I had to rebuild the hex code from rgb to get it playing nicely with the ms filter. |
@jokull What was the problem? We've got code that looks like this that has worked for us:
Would be nice if nib figured this out for us. |
We didn't test it fully enough, just had some warning signs that it might not be solid enough. But I suppose if it works for @benmohu and @asuth we should reopen no? |
ya, 👍 to re-open. |
progid:DXImageTransform.Microsoft.gradient with the same #RRGGBBAA value can act as a fallback for browser that do not support rgba values.
Is this a good idea?
See this article http://css-tricks.com/rgba-browser-support/
The text was updated successfully, but these errors were encountered: