1. 程式人生 > >為button設定背景圖片,且全無button痕跡的css

為button設定背景圖片,且全無button痕跡的css

.bt-style{
background-repeat:no-repeat;
background-image:url("../Images/Search.png");
width: 6em;
height: 2em;
background-color: transparent;
border-style: none;

}