日期:2014-05-17 浏览次数:20580 次
css的功能是非常强大的,今天我们就来用css来定义一个块div的背景,并让它不重得.
a{ background-image:url(www,111cn.cn/rb/bg.subnav.gif); background-repeat:no-repeat; background-attachment:fixed; background-position:top; }?
上
面第一行为a标签的背景,background-repeat:no-repeat;此标签的背景不允许重复,background-
attachment:fixed;此标签背景不随动条滑动而动,background-position:top;这是设置图片背景的位置等.