/*
Name: No IE Information Bar
Version: 0.2.6 Minimized
Original: http://minghong.dyndns.org:8080/Software/infobar/
Modified by: http://zatacka.com/index.php/2004/12/ie-warning/ and http://blog.hishamrana.com/
*/
body {
margin: 0;
}
#infobar {
font: message-box;
position: absolute; left: 0px; top: 0px;
z-index: 5; /* Change this value accordingly to reflect your site's setup */
}
body>div#infobar {
position: fixed; /* Hopefully Internet Explorer 7 will parse this tag proporly */
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
display: block;
float: left;
clear: both;
width: 100%;
color: InfoText;
background: InfoBackground url('http://strangeholiday.com/oops/header/warning.gif') no-repeat fixed .3em .3em; /* Change this path */
border-bottom: .16em outset;
text-align: left;
text-decoration: none;
cursor: default;
padding: .45em 0 .45em 2em;
margin: 0 -2em 0 0;
}
#infobar a:hover {
color: HighlightText;
background-color: Highlight;
}