I\'m trying to make a pitch to my boss to drop support for IE 6. I find that a disproportionate amount of time is spent on trying to make the css IE 6 compatible and that co
When developing sites for clients, I absolutely support IE6. Unless I get the explicit permission to skip it; and guess what, that hasn't happened yet. In that case I restrain myself from using techniques that I know won't work in IE6. There's always another way to do things, even if it's slightly less pretty.
When toying around with my own stuff that I'm not planning on making any money with, I explicitly give myself the permission to skip IE6 to be able to try some new, fancy stuff. I try to have it at least degrade gracefully though.
Is this overall frustrating and not much fun? Sure. Live with it.
You can't just decide on a whim to drop support for a major browser, unless practically nobody in your audience uses it. If you have hard data that regularly only two of your visitors every month use IE6, you can consider dropping support for it. But as long as significant number of your visitors use it, and even 1% is quite significant, you'd only harm yourself.