如何删除锚标签按钮图像周围的边框

时间:2013-11-27 15:06:20

标签: jquery html css jquery-mobile anchor

如何删除按钮的边框。

CSS

#button-test{
  background-image: url('images/icon.png') !important; 
  height: 70px !important; 
  width: 49px;
  background-size:100% 100%;
  border:none;
  border-radius:0px;
  border-style:none;

  border-width:0px;
  outline:0;
  background:none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow:none;
}

和HTML

<a id="button-test" data-role="button" ></a>

具有可见边框的图像如下enter image description here

在css文件中,我已经尝试了大部分属性。

0 个答案:

没有答案