因为论坛的缘故~所以在分享后有些代码后会出现一些字体~
如果直接复制贴上是无法显示的~
所以~~.
在试用下列的语法请把=跟CSS后面的斜线删除掉就可以了复制程式
中间
<STYLE type="text/css">
<!--
BODY{
background-image:url(□□□.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position : center center;}
-->
</STYLE>
右下
<STYLE type="text/css">
<!--
BODY{
background-image:url(□□□.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right bottom;}
-->
</STYLE>
右上
<STYLE type="text/css">
<!--
BODY{
background-image:url(□□□.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right top;}
-->
</STYLE>
左上
<STYLE type="text/css">
<!--
BODY{
background-image:url(□□□.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:left top;}
-->
</STYLE>
左下
<STYLE type="text/css">
<!--
BODY{
background-image:url(□□□.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:left bottom;}
-->
</STYLE>
左
<STYLE type="text/css">
<!--
BODY{
background-image:url(□□□.jpg);
background-repeat:repeat-y;
background-attachment:fixed;
background-position:left center;}
-->
</STYLE>
右
<STYLE type="text/css">
<!--
BODY{
background-image:url(□□□.jpg);
background-repeat:repeat-y;
background-attachment:fixed;
background-position:right center;}
-->
</STYLE>
上
<STYLE type="text/css">
<!--
BODY{
background-image:url(□□□.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
background-position:center top;}
-->
</STYLE>
下
<STYLE type="text/css">
<!--
BODY{
background-image:url(□□□.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
background-position:center bottom;}
-->
</STYLE>