电脑技术学习

背景图片居中显示(HTML,CSS技巧)

dn001
<!-- 把如下代码加入<head>区域中 -->
<STYLE TYPE="text/css">
<!--
BODY {background-image: URL(http://img.pc004.com/p/2009-06-21/20090621084923293.gif);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;}
-->
</STYLE>