Skip to content
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

Fallbacks for multiple backgrounds and gradients #11

Closed
kizu opened this issue Sep 13, 2012 · 1 comment
Closed

Fallbacks for multiple backgrounds and gradients #11

kizu opened this issue Sep 13, 2012 · 1 comment
Labels

Comments

@kizu
Copy link
Owner

kizu commented Sep 13, 2012

There could be a lot of ways to handle multiple backgrounds and gradients in IE:

  1. We could strip them at all.
  2. We could make smallest invalid value for background-whatever, so it would be discarded by ie (test it).
  3. We could remove only the parts that IE don't understand, saving the bg-color for gradients and the first/last image in multiple bgs.
  4. We could try to determine the average color from the gradient by ourselves and add it as a substitute.
  5. etc.

Maybe there could be some option that would tell IE how to handle specific situations?

@kizu
Copy link
Owner Author

kizu commented Oct 17, 2012

This surely must be done.

Created #13 and #14, closing this.

@kizu kizu closed this as completed Oct 17, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant