这种效果,CSS怎样改?
这样的背景:http://www.jsxsj.com.cn/index.asp。
目的:页面向下滚动图片还显示出来,且始终在最上面(好像浮在页面上)
原index.css中的代码:
BODY{FONT-FAMILY: "Verdana", "宋体";FONT-SIZE: 12px;color: #565656;text-decoration: none;background-image:url('img/back.gif');background-position: center top;;background-repeat: repeat-x;background-color: #F0F8E1;}
改后的index.css中这段代码是?还要加哪些代码?