Page 1 of 1

Join the Norwegians?

Posted: 2009.02.21 (00:09)
by scythe
http://www.quirksmode.org/blog/archives ... th_ba.html
I think this would save the coders here and on NUMA a lot of headaches, assuming we're not already ignoring IE6. At the least, we could include:

Code: Select all

<!--[if lte IE 6]>
  <p class="ie6"><strong>IE6?</strong> Really? Isn’t it time to <a href="http://getfirefox.com/">upgrade to a better browser</a>?</p>
<![endif]-->
.

Re: Join the Norwegians?

Posted: 2009.02.21 (01:15)
by SlappyMcGee
scythe33 wrote:http://www.quirksmode.org/blog/archives ... th_ba.html
I think this would save the coders here and on NUMA a lot of headaches, assuming we're not already ignoring IE6. At the least, we could include:

Code: Select all

<!--[if lte IE 6]>
  <p class="ie6"><strong>IE6?</strong> Really? Isn’t it time to <a href="http://getfirefox.com/">upgrade to a better browser</a>?</p>
<![endif]-->
.

Why would we ignore the most popular browser in the world? To make some sort of bland social statement?

Re: Join the Norwegians?

Posted: 2009.02.21 (02:15)
by LittleViking
We already don't explicitly support IE6. Only 5% of our users still use IE6.