CSS 背景图片水平平铺
美工切的细长的图,水平平铺作为背景
body {
margin: 0;
background:url("<%=basePath%>/static/images/background.png") repeat-x 0 0;
}
CSS 背景图片水平平铺
美工切的细长的图,水平平铺作为背景
body {
margin: 0;
background:url("<%=basePath%>/static/images/background.png") repeat-x 0 0;
}
962
3271

被折叠的 条评论
为什么被折叠?