Html 在网页,页面中背景图片居中显示
  [code]<STYLE TYPE="text/css">
<!--
BODY {background-image: URL("image/index.jpg");
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;}
-->
</STYLE>[/code]