当前位置: 代码迷 >> Web前端 >> 文字添图标按钮
  详细解决方案

文字添图标按钮

热度:325   发布时间:2012-11-06 14:07:00.0
文字加图标按钮
/*图标与文字组合(功能键)的样式*/
.operate{
width:auto;
height:20px;
padding-left:21px;
line-height:20px;
float:left;
margin-left:25px;
display:inline;
cursor:pointer;
}
/*编辑图标*/
.operate_amend{
background:url(../frame/image/main/amend.gif) no-repeat;

}
1 楼 wwyu8901 2011-07-10  
css高手么。。。
  相关解决方案