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

How about negative hacks? #152

Open
atk opened this issue Aug 27, 2014 · 5 comments
Open

How about negative hacks? #152

atk opened this issue Aug 27, 2014 · 5 comments
Labels

Comments

@atk
Copy link

atk commented Aug 27, 2014

One of my favourite hacks for IE8 is a negative hack that will hide the selection from IE8 and older:

selector, #not#ie8 { /* multiple ids, while validly selecting no element, will lead IE8 and older to ignore the complete selection */ }

@jeffclayton
Copy link
Collaborator

The multiple id hack is great yes, check the 'everything but internet explorer <= 8' section on bh for others like that

@atk
Copy link
Author

atk commented Sep 2, 2014

Already seen it. I like the multiple ID hack better, because it is so verbose.

@jeffclayton
Copy link
Collaborator

They think the opposite way here, less complicated is better

@atk
Copy link
Author

atk commented Nov 16, 2015

We still could document it for those who like to be verbose.

@jeffclayton
Copy link
Collaborator

I love to find all ways to do things personally, not just a select few, - especially if one version becomes unsupported in a newer browser, so I am right there with you on that.

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

3 participants