Of the four 'big' browsers (Firefox, Chrome, Opera, Safari and IE9) none is specifically better or worse than the rest. Of course certain browsers excel in certain fields (and IE has the limitation that it only runs on Windows) people should just use whatever they're the most comfortable with. Even though Chrome apperantely is faster and supporting more interesting features, I still highly prefer Firefox because I'm used to it and like the user interface.
IE6 might not even be such a horrible browser for casual users. As long as they can visit the sites they want with it, there won't be much incentive for them to change.
For web developpers on the other hand, IE6 is absolutely abominable. The browser ignores all standards and just does things its own horrifically buggy way. There is no guarantee that your HTML and CSS will turn out looking the way it should, even if you follow IE6's specification by the letter. You'll always have to keep tweaking random values until the end result looks like it is supposed to.
Because of this, web developpers that still haven't dropped support for this browser will have to waste a lot of time on making two versions of their websites: one for the 'normal' standard-abiding browsers and one for the demented mess that is IE6.
IE6 might not even be such a horrible browser for casual users. As long as they can visit the sites they want with it, there won't be much incentive for them to change.
For web developpers on the other hand, IE6 is absolutely abominable. The browser ignores all standards and just does things its own horrifically buggy way. There is no guarantee that your HTML and CSS will turn out looking the way it should, even if you follow IE6's specification by the letter. You'll always have to keep tweaking random values until the end result looks like it is supposed to.
Because of this, web developpers that still haven't dropped support for this browser will have to waste a lot of time on making two versions of their websites: one for the 'normal' standard-abiding browsers and one for the demented mess that is IE6.