So, you've given your best shot and correcting all compatibility issues on your website to make it function properly in IE 9. But, it was…
IE Gradient filter colors are way off
If you're using gradients within your CSS, you may have encountered an issue with colors in IE. The problem is that the filter parameters don't…
IE 9 jQuery issue – getElementsByTagName
If you're testing your jQuery code in IE 9, you might run across the "Object doesn't support this property or method – getElementsByTagName" error. The…
IE 9 crashing – css hover
So, after many hours assuming that Internet Explorer 9 was crashing due to a piece of JavaScript in one of our sites, we were astonished…
Checkbox and Radio buttons with the same name – IE 7/8 bug
If you find the need to have radio buttons and checkboxes sharing the same name (which can come in handy to group them into one…