码迷,mamicode.com
首页 > 其他好文 > 详细

body中background-image在IE中不显示

时间:2015-07-15 14:56:33      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:

<!doctype html>
<html lang="en">
 <head>
      <meta charset="UTF-8">
      <meta name="Generator" content="EditPlus®">
      <meta name="Author" content="">
      <meta name="Keywords" content="">
      <meta name="Description" content="">
      <title></title>
      <style type="text/css">
       *{margin:0;padding:0;}
    html{width:100%;height:100%;overflow:hidden}
    body{background:#000 url(images/b1.png) no-repeat top}
      </style>
 </head>
 <body>
 </body>
</html>

body中的背景图片在除了IE下,都显示正常,最后测出,由于图片格式是png,换成其他格式,一切正常!

body中background-image在IE中不显示

标签:

原文地址:http://www.cnblogs.com/chengxuyuandadao/p/4648225.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!