当前位置:Gxlcms > html代码 > 按钮图片圆角_html/css_WEB-ITnose

按钮图片圆角_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:30人阅读

本帖最后由 wrost 于 2013-09-02 08:22:10 编辑







我引用的图片,是圆角,为什么显示出来是方脚?

.btn{	width:145px;	height:34px;	line-height:22px;	font-size:22px;	background:url("/images/button/bg2.jpg") no-repeat left top;	color:#959595;	padding-bottom:4px;	CURSOR: pointer;}


回复讨论(解决方案)

加个
border:none;

加个
border:none;

谢谢,可以了

人气教程排行