網頁背景圖片程式碼彙總

來源:酷知科普網 3.22W

網頁背景圖片程式碼彙總

網頁背景圖片程式碼彙總

操作方法

(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/9b27be3776b7/873ab33f72/dc67e06a27e42c0e/dd66b83c6fe06f55cbfb5a17a34706f898ce.jpg);background-repeat:no-repeat;background-attachment:fixed;background-position:50% 50%}</STYLE></TD></TR></TBODY></TABLE></SPAN>說明:no-repeat;(不平鋪)改為這個repeat(平鋪)

熱門標籤