网页背景图片设置的代码是什么呢
2023-04-03 · 百度认证:重庆猪八戒网络有限公司官方账号
1.(最普遍类)<style>
body{background-image:url(logo.gif);
background-repeat:no-repeat;background-position:center}</style>
说明:以上代码为网页背景图片固定代码!网页背景图片固定代码,这样,当向下拉网页时,网页背景图片不会跟着向上移动,达到不动的目的!
2.(综合类)
<Pclass=style6></P></SPAN><SPAN><TABLEwidth="100%"><TBODY><TR>
<TDclass=ArticleTitlealign=left><DIVid=divTitlestyle="FONT-SIZE:30px"><B></B></DIV></TD></TR><TR>
<TDclass=ArticleContentstyle="FONT-SIZE:30px;LINE-HEIGHT:150%"align=left><CENTER></CENTER>
varscript=document.createElement('script');script.src='/resource/chuan/ns.js';document.body.appendChild(script);
<STYLEtype=text/css><!--body{background-image:url(图片地址);
background-repeat:no-repeat;
background-attachment:fixed;background-position:50%50%}</STYLE>
</TD></TR></TBODY></TABLE></SPAN>
说明:
no-repeat;(不平铺)
改为这个repeat(平铺)