ie7.css 323 B

123456
  1. /*IE 7及以下*/
  2. #errorie {position: fixed; top: 0; z-index: 100000; height: 30px; background: #FCF8E3;}
  3. #errorie div {width: 900px; margin: 0 auto; line-height: 30px; color: orange; font-size: 14px; text-align: center;}
  4. #errorie div a {color: #459f79;font-size: 14px;}
  5. #errorie div a:hover {text-decoration: underline;}