实例首页
自学教程
IT工具箱
源代码
下载代码
上下布局
点击运行 >
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS background-position 属性 实例 - 自学教程(runoops.com)</title> <style> body { background-image: url('//demo.runoops.com/static/img/smiley.gif'); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } </style> </head> <body> <p><b>注意:</b>该属性工作在 Firefox 和 Opera, background-attachment 属性会被设置为 "fixed"。</p> </body> </html>
运行结果: