html中背景圖按比例縮放全屏顯示

sweetyhyh發表於2017-04-28

在做大屏專案時,頁面背景鋪滿全屏,在本地是可以縮放的,可是在伺服器環境下不行。

<body style="height: 100%; margin: 0;" onload="createTreep()"> <div id="Layer1" style="position: absolute; width: 100%; height: 100%; z-index: -1"> <img src="<%=basePath %>images/main.jpg" height="100%" width="100%" /> </div> <table> </table> </body></html>

相關文章