阅读:1337回复:2
有木有这样的一个脚本或扩展?
不是有个脚本可以改网页背景的颜色吗
那有木有这样一个脚本或者扩展,可以改变网页的背景为自己设定的图片呢? 有木有,有木有呢? |
|
1楼#
发布于:2012-04-07 13:36
求能改变网页背景颜色的那个脚本。
|
|
2楼#
发布于:2012-04-07 13:36
大概就是这样:
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http") { body {background: url("file:///C:/pic/pp.jpg") !important;} } |
|