網際網路

當前位置 /首頁/遊戲數碼/網際網路/列表

網頁背景圖片程式碼彙總

網頁背景圖片程式碼彙總

網頁背景圖片程式碼彙總

操作方法

(01)普遍類的網頁背景圖片程式碼<style>body{background-image:url(logo.gif);background-repeat:no-repeat;background-position:centER}</style>說明:以上程式碼為網頁背景圖片固定程式碼,當向下拉網頁時,網頁背景圖片不會跟著向上移動,達到不動的目的!

(02)綜合類的網頁背景圖片程式碼<P class=style6> </P></SPAN><SPAN><TABLE width="100%"><TBODY><TR><TD class=ArticleTitle align=left><DIV id=divTitle style="FONT-SIZE: 30px"><B></B> </DIV></TD></TR><TR><TD class=ArticleContent style="FONT-SIZE: 30px; LINE-HEIGHT: 150%" align=left><CENTER> </CENTER><STYLE type=text/css><!--body {background-image:url( https://img.x444.cn/fa640f02bc65/e679020ab8/bd24515fed36d662/bc250909a5329539591a1886ffd606e28ef6.jpg);background-repeat:no-repeat;background-attachment:fixed;background-position:50% 50%}</STYLE></TD></TR></TBODY></TABLE></SPAN>說明:no-repeat;(不平鋪)改為這個repeat(平鋪)