Are there any IE9 CSS hacks? I tried to find some but haven't been successful.
feedback
|
|
IE9 is claimed to be much improved/standard-compliant product from Microsoft and by the way IE9 isn't fully out there and above all using browser hacks is not a good practice at all. There exist other solutions such as reset CSS, IE conditional comments, etc you can put to use. | |||||||||||||||
feedback
|
|
IE6 - IE10pp4 hacks No IE9 or IE10pp4 specific hacks have been found.
The space before | |||||||||||||
feedback
|
|
You will still need hacks
| |||||||
feedback
|
|
Conditional comments work as normal. | ||||
|
feedback
|
|
"\9" works fine for me, smth like:
| |||||||
feedback
|
|
I prefer Paul Irish's method: Stick this in place of the opening
And use it like this:
It's really an ingenious way to do IE specific CSS styling. But like other's have mentioned be careful not to overdo browser detection. :) | ||||
|
feedback
|
| ||||
feedback
|
|
Conditional Comments requires additions to the HTML, which is not allowed in many projects. If I were to use conditional comments on my personal projects, I'd just bounce the user to a page that says, "No Microsoft browser will ever support this site. Please open in any other current browser." | ||||
|
feedback
|
|
How about this?
| ||||
|
feedback
|
|
The only hack that works for me is this one (IE8 only - not IE9 too):
| ||||
feedback
|