背景图片居中显示(HTML,CSS技巧)
<!-- 把如下代码加入<head>区域中 -->
<STYLE TYPE="text/css">
<!--
BODY {background-image: URL(http://img.knowsky.com/img/knowskylogo.gif);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;}
-->
</STYLE>