CSS中 .nav{background:url(img/bgli_left.gif) repeat-x scroll left bottom;}重点解释scroll
CSS中 .nav{background:url(img/bgli_left.gif) repeat-x scroll left bottom;}重点解释scroll
日期:2022-04-11 17:19:48 人气:1
background-attachment:{fixed|scroll} 背景图像是否固定或者随着页面的其余部分滚动
scroll 默认。背景图像会随着页面其余部分的滚动而移动。
fixed 当页面的其余部分滚动时,背景图像不会移动。
例:
body
{
background-attachment: fixed;
background-image: u
scroll 默认。背景图像会随着页面其余部分的滚动而移动。
fixed 当页面的其余部分滚动时,背景图像不会移动。
例:
body
{
background-attachment: fixed;
background-image: u