Google will be ending support for IE6. That’s a good thing if you’re a front-end developer constantly pulling your hair to support IE6. You know how painful it could get. Fortunately this move by Google should force IE6 users to upgrade, switch or die.
We came across a recent issue regarding multiple class selectors.
<div class="box featured"></div>
In this example, using the selectors .box.featured or .box or .featured would reference the DIV. However IE6 does not recognize .box.featured. Herein lies the problem. So the solution is to avoid multiple class selectors.