-
Notifications
You must be signed in to change notification settings - Fork 148
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
Comments
The multiple id hack is great yes, check the 'everything but internet explorer <= 8' section on bh for others like that |
Already seen it. I like the multiple ID hack better, because it is so verbose. |
They think the opposite way here, less complicated is better |
We still could document it for those who like to be verbose. |
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. |
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 */ }
The text was updated successfully, but these errors were encountered: