<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>css背景</title> <style> body{ background-image: url("beauty.jpg"); background-repeat: no-repeat; background-attachment: fixed; } </style> </head> <body> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> <p>背景图像固定不动</p><p>背景图像固定不动</p> </body> </html>
原文:http://www.cnblogs.com/mylove-huan/p/7076169.html