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

Use opacity instead of filter if the browser is IE9 or higher #49

Open
nemeseri opened this issue Nov 16, 2011 · 3 comments
Open

Use opacity instead of filter if the browser is IE9 or higher #49

nemeseri opened this issue Nov 16, 2011 · 3 comments

Comments

@nemeseri
Copy link

IE9 and IE10 are supporting the opacity css property. It would be better to use it instead of filters.
You might use -ms-filter if the browser is IE8, because the original filter property might cause issues.

@ded
Copy link
Owner

ded commented Nov 21, 2011

cool. I'll add a workaround as done the same as Morpheus

@mantoni
Copy link

mantoni commented Dec 6, 2011

+1 This is also an issue if the UserAgent string was changed - I had to do this with Chrome to get through a nasty proxy. Not an issue with the technique used by Morpheus.

@dcecile
Copy link

dcecile commented Feb 13, 2012

Using the MS filter caused problems in my code with IE9; the problem was fixed by editing Bonzo to use opacity instead.

Switching between opaque and transparent caused my div to become permanently transparent. I can provide a minimal example if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants