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

Report more old IE / Firefox specific hacks #23

Closed
macbre opened this issue Dec 22, 2013 · 4 comments · Fixed by #37
Closed

Report more old IE / Firefox specific hacks #23

macbre opened this issue Dec 22, 2013 · 4 comments · Fixed by #37
Assignees
Milestone

Comments

@macbre
Copy link
Owner

macbre commented Dec 22, 2013

/* Everything but Internet Explorer 6  */
html>body #tres { color: red }

Comprehensive List of Browser-Specific CSS Hacks by Paul Irish

@ghost ghost assigned macbre Dec 22, 2013
@macbre
Copy link
Owner Author

macbre commented Dec 22, 2013

Browser hacks

@macbre
Copy link
Owner Author

macbre commented Dec 23, 2013

.foo { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" }

Introduction to Filters and Transitions:

This topic documents a feature of Visual Filters and Transitions, which is deprecated as of Windows Internet Explorer 9.

@macbre
Copy link
Owner Author

macbre commented Dec 29, 2013

MDN: opacity:

  • prior to version 9, Internet Explorer does not support opacity, rather it supports filter instead.
  • IE4 to IE9 supported the extended form progid:DXImageTransform.Microsoft.Alpha(Opacity=xx)
  • IE8 introduced -ms-filter, which is synonymous with filter. Both are gone in IE10

@macbre
Copy link
Owner Author

macbre commented Jan 2, 2014

Acts as an !important; string after ! can be anything (IE 7-):

.selector { property: value !ie; }

browserhacks.com

@macbre macbre mentioned this issue Feb 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant