fmpq.com
源代码:
点击运行
<!DOCTYPE html> <html> <head> <style> body { background-image:url('/images/htmlcss/paper.gif'); background-repeat:repeat-x; } </style> </head> <body> <p>repeat-x 设置只有水平方向重复 background-image。</p> </body> </html>
运行结果