What is the best piece of HTML to put into your website informing certain browser's users that they should upgrade to a different browser?
|
1
|
|||||||||||||
|
|
|
As far as I am aware, only IE recognizes conditional & targeted commenting done by:
see: http://msdn.microsoft.com/en-us/library/ms537512(VS.85).aspx |
||||||||||
|
|
|
Quite frankly, this is the user's problem, not yours. In reality, many users are not aware of the problem. I would personally use conditional comments to inform IE6 users that an upgrade is available. You could offer alternatives, but let the user make their decision which browser is right for them. I don't blame you if you don't want to continue support old browsers. Only the current and previous versions of each popular browser should be supported at most. At the end of the day, as long as your text is readable, you've fufilled your obligations. |
||
|
|
|
Seems like a waste of time to me. Correct me if I´m wrong but I think the people who are using IE6 are using it because:
As I have understood, especially the first group is still pretty big so if you want to target these people your web-site should work in IE6 as well. End of story. Now I realize you are not saying your site does not work on IE6, but annoying messages just turn people away, especially if it´s a message they can do nothing about. |
||
|
|
|
||
|
|
