html中的banner自适应屏幕代码

Title .bannerbox {

    div {    

          width:100%;

            position:relative;

            overflow:hidden;

            height:200px;

        }

        img {

            width:3000px;/*图片宽度*/            position:absolute;

            left:50%;

            margin-left:-1500px;/*图片宽度的一半*/        }

             

你可能感兴趣的:(html中的banner自适应屏幕代码)