Is there a js file somewhere that would allow me to just insert the following into my pages:
<!--[if lte IE 6]><!--> <script type="text/javascript" src="http://cdn.domain.com/ie6.js"></script> <!--<![endif]--> It would then pop up a warning to the user (but only once per session) that their browser was out of date, and give them links to more modern browsers - like what Google does, but in a way that would allow me to just insert that code and not have to worry about it. Also I think there would be value in having the same warning shown to users across multiple sites - might help to ram the message home a bit stronger :) Like the OP I too want to have something other than just a broken page, but considering the value that IE 6 users bring to my site I am not prepared to spend more than a few minutes to cater for them. Andy On 19 Dec 2010, at 12:59, Grant Bailey wrote: > Big companies such as Google and Youtube have had to deal with the IE6 > problem on a large scale. Their pages display a warning message to advise IE6 > users that the page may not display correctly, and suggest upgrading to a > more recent browser. > > Personally I think it is reasonable to take this approach, given the age of > IE6 and its declining market share. However I would be interested in the > attitude of other developers. > > Kind regards, > > Grant Bailey > > On 19/12/2010 2:03 AM, Anthony Gr. wrote: >> Sorry :) >> <!--[if gt IE 6]><!--> >> ... >> of course. >> >> Best, >> Anton. >> >> >> 2010/12/18 Anthony Gr.<[email protected]>: >>> Hi. I think, this example will help you: >>> >>> <!--[if gte IE 6]><!--> >>> <link rel="stylesheet" href="style.css"> >>> <!--<![endif]--> >>> >>> >>> Best, >>> Anton >>> >>> >>> 2010/12/18 tee<[email protected]>: >>>> I am finally to begin to stop supporting IE6 starts from 2011 as the usage >>>> has fallen below 5%. I don't want the IE6 users to see a broken page due >>>> to no special treatment made for the browser, rather, I would like them to >>>> see an un-styled page as if the style sheet has switch off. >>>> >>>> Can this be done? >>>> >>>> Thanks! >>>> >>>> tee >>>> >>>> ******************************************************************* >>>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm >>>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm >>>> Help: [email protected] >>>> ******************************************************************* >>>> >>>> >>> >>> ******************************************************************* >>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm >>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm >>> Help: [email protected] >>> ******************************************************************* >>> >>> >> >> ******************************************************************* >> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm >> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm >> Help: [email protected] >> ******************************************************************* >> > > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [email protected] > ******************************************************************* > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
