Jslfl【软件开发技术笔记】

html全屏背景图设置

1
2
3
4
5
6
7
<body>
    <div id="fullBgImg" style="position:fixed; left:0px; top:0px; width:100%; height:100%;z-index:-1000;">
        <img src="../static/img/img1.jpg" width="100%" height="100%"/>
    </div>

    <!-- 其它内容 -->
</body>

,

Comments are currently closed.