编辑下面的代码:【加编码】
<html> <head> <style> body { background-image: url('smiley.gif'); background-repeat: no-repeat; background-attachment:fixed; background-position: 50px 100px; } </style> </head> <body> <p><b>Note:</b> For this to work in Firefox and Opera, the background-attachment property must be set to "fixed".</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂