首页全屏 怎么弄??

首页body 有一张背景图 要全屏 兼容到ie8 有没有什么好办法??

阅读 1.7k
1 个回答

试试 首页全屏背景

    body,html{
           width: 100%;
            height: 100%;
            margin: 0 ;
            padding: 0;
        }
        body{
           height: 100%;
           margin: 0;
           background: url("1.jpg") center no-repeat;
           background-size: cover;
          -ms-behavior: url(backgroundsize.min.htc);
           behavior: url(backgroundsize.min.htc);
          /*  background: url("1.jpg");
            background-size: 100% 100%;
            background-repeat: no-repeat;*/
        }
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题