`
demojava
  • 浏览: 540720 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

CSS-background-position

CSS 
阅读更多

#edit_bar{
 width:99%;
 margin:5px 0px 0px 0px;
 padding:3px 0px 0px 0px;
 height:21px;
 backgroud:url(../images/edit_bar.gif) no-repeat left 0;
 }
#edit_bar li,#edit_bar li a {float:right; display:inline; width:74px; height:21px;outline:none;}
#edit_bar li a { width:auto; text-indent:-9999px; background:url(../images/edit_bar.gif) no-repeat left 0; }

#edit_bar .s01 a{ width:64px; }
#edit_bar .s01 a:hover{background-position:0px -21px; }

#edit_bar .s02 a{ width:64px; background-position:-72px 0px; }
#edit_bar .s02 a:hover{background-position:-72px -21px;}

#edit_bar .s03 a{ width:64px;background-position:-144px 0px;}
#edit_bar .s03 a:hover{background-position:-144px -21px; }

#edit_bar .s04 a{ width:64px;background-position:-216px 0;}
#edit_bar .s04 a:hover{background-position:-216px -21px; }

#edit_bar .s05 a{ width:64px;background-position:-288px 0;}
#edit_bar .s05 a:hover{background-position:-288px -21px; }

#edit_bar .s06 a{ width:64px;background-position:-360px 0;}
#edit_bar .s06 a:hover{background-position:-360px -21px; }

一组图片,通过控制显示位置来控制显示图片的大小,而不是用到的所有图片都找得到
而是一张图片,放所项目有的要用的图片

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics