Return to Snippet

Revision: 34436
at October 22, 2010 07:46 by lromak


Updated Code
<!--[if IE 6]>

<div id="ie6-warning">
Your browser appears to be Internet Explorer 6. It is an obsolete browser and may not display correctly on modern websites, therefore it is recommended that you update it. Quick to install, you can <a href=”http://www.microsoft.com/windows/internet-explorer/default.aspx”>download the newest version here</a>.
</div>

<style type="text/css">
#ie6-warning {
background: #FFFF00;
border: 2px #CC0000;
color: #000000;
width: 855px;
padding: 10px;
font-size: 15px;
margin-left: 50px;
}
#ie6-warning a {
text-decoration: none;
}
</style>

Revision: 34435
at October 22, 2010 07:23 by lromak


Initial Code
<!--[if IE 6]>

<div id="ie6-warning">
You browser appear to be Internet Explorer 6. It is an obsolete browser and may not display correctly on modern websites, therefore it is recommended that you update it. Quick to install, you can <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx”>download the newest version here</a>.
</div>

Initial URL
http://formingweb.com/blog/?p=50

Initial Description


Initial Title
IE 6 detect message

Initial Tags
ie

Initial Language
HTML