css问题:background url 后的数字表示

background:url(../images/nav-bg.gif) 0px -32px no-repeat; 对应 background:url(路径) top(也就是距容器上边距的距离) left(也就是距容器左边距的距离) 重复方式; 也能够分开写成不一样的属性: background-url:'../images/nav-bg.gif'; background-position:0px
相关文章
相关标签/搜索