This is popping up on Google Chrome. Why? Can it be fixed. Can you tell me what we need to do to fix it?
Thanks.
]]>#1: Please add a splash screen option.
Screen-shot:
https://imageshack.com/i/p8319bc1p
Here’s the CSS to do it:
#browser-warning{
height:100%;
padding-top:300px;
background-color:#2ea3f2;
background-image:url('images/ie_logo.png');
background-position:center 45px;
background-repeat:no-repeat;
font-family:'Open Sans' Arial, sans-serif;
}
#browser-warning h3{font-size:35px; font-weight:bold;}
#browser-warning .message {font-weight:normal!important;}
#browser-warning .message strong{font-weight:bold;}
#browser-warning .message a:link,
#browser-warning .message a:visited{
text-decoration:underline!important;
font-weight:bold;
color:#fff;
}
#browser-warning .message a:hover,
#browser-warning .message a:active{
text-decoration:underline!important;
color:#eee;
}
#browser-warning .buttons a.upgrade:link,
#browser-warning .buttons a.upgrade:visited{
text-decoration:none!important;
border:0!important;
}
#browser-warning .buttons a.upgrade:hover,
#browser-warning .buttons a.upgrade:active{
text-decoration:none!important;
border:0!important;
}
Here’s the logo image:
https://imageshack.com/i/p9b686d2p
Here’s the text:
Using this version of Internet Explorer is a <a href="https://www.tomsguide.com/us/zero-day-internet-explorer,news-18697.html" target="_blank" title="Learn More"/>serious threat to your security and privacy</a>. Major companies like <strong>Google</strong>, <strong>The New York Times</strong> and <strong>YouTube</strong>, no longer support your browser version as it cannot support the design and functionality of modern websites. Though you can still continue to view this website, it will not look and function as it should on a modern browser.
#2: Consider using this as the default link:
#3: Consider building a new plugin that detects all browsers.
]]>I will try to fix this ASAP
]]>Tested with Browser Stack and local IE. Shame, cause it’s a good idea.
]]>this doesn’t seem to work.
wish it did!