Skip to content

Instantly share code, notes, and snippets.

@mejarc
Created August 6, 2009 21:19
Show Gist options
  • Save mejarc/163572 to your computer and use it in GitHub Desktop.
Save mejarc/163572 to your computer and use it in GitHub Desktop.
#ie6 {
border: 1px solid #F7941D;
background: #FEEFDA;
position: relative;
}
#ie6 #closer {
background: url(http://www.ie6nomore.com/files/theme/ie6nomore-cornerx.jpg) no-repeat transparent;
position: absolute; right: 3px; top: 3px; text-indent: -1200em;
width: 25px; height: 25px;}
#ie6 #warning {
background: url(http://www.ie6nomore.com/files/theme/ie6nomore-warning.jpg) no-repeat transparent;
height: 75px; padding-left: 75px;
}
#ie6 .inner {
margin: 10px;
font-size: 14px; font-weight: bold;
}
#ie6 h2 { font-size: 14px; }
#ie6 .inner a {
display: block;
height: 75px;
padding-left: 55px;
background-color: transparent;
background-repeat: no-repeat;
}
#ie6 a.firefox { background-image: url(http://www.ie6nomore.com/files/theme/ie6nomore-firefox.jpg); }
#ie6 a.ie8 {background-image: url(http://www.ie6nomore.com/files/theme/ie6nomore-ie8.jpg); }
#ie6 a.safari { background-image: url(http://www.ie6nomore.com/files/theme/ie6nomore-safari.jpg); }
#ie6 a.chrome { background-image: url(http://www.ie6nomore.com/files/theme/ie6nomore-chrome.jpg); }
<!--[if lt IE7]>
<div id="ie6" class="span-24">
<p id="closer" onclick="this.parentNode.parentNode.style.display="none";returnfalse;">Close this notice
</p>
<div class="inner span-24">
<div id="warning">
<h2>
Warning! You are using an obsolete browser.
</h2>
<p>
For a better experience using the Web, please upgrade to a modern web browser.
</p>
</div>
<div class="span-5"><a href="http://www.firefox.com" class="firefox">
Get Firefox3.5</a></div><div class="span-5"><a href="http://www.browserforthebetter.com/download.html" class="ie8">Get Internet Explorer 8</a></div><div class="span-5"><a href="http://www.apple.com/safari/download/" class="safari">Get Safari 4</a></div><div class="span-5"><a href="http://www.google.com/chrome" class="chrome">Get Google Chrome</a></div>
</div>
</div><![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment