① 如果是做网站的水印背景,可以放到body里,
② 如果是做页面的背景,放到最外层的div里,
比如:
① body{background: url(ab.gif) repeatmargin:0px auto}
② .box{background: url(ab.gif) repeatmargin:0px auto}
单纯横向平铺:repeat-x
单纯纵向平铺:repeat-y
不平铺:no-repeat
Fireworks制作简单大方的文字水印效果:http://tech.163.com/04/0414/14/0JUG2QMN0009rt.html
不知道是不是你问的