让背景图像不平铺

来源:└博友窝  编辑:博客代码网  发布时间:2007-01-21  点击:  [收藏]


   CSS样式表定义:
  <style type=“text/css“>
  <!--
  body { background-image: url(image/bg.gif); background-repeat: no-repeat}
  -->
  </style>

文章地址: