background:url 的使用方法

1 #pingfen li{
2          width:27px;
3          float:left;
4          height:28px;
5          cursor:pointer;
6          background:url('star.gif') no-repeat 0 0; 
7         list-style:none;
8     }        

background:url("src") 的使用方法,后面的两个数字代表的是 图片在屏幕上显示的位置。

posted @ 2015-04-14 14:20  小军的代码库  阅读(8871)  评论(0编辑  收藏  举报