按钮样式整理集合

1.已图片作为背景

按钮样式整理集合

.button:hover {

text-decoration: none;

background-position: 0 -26px;

color: white;

text-decoration: underline;

}

.button {

display: inline-block;

width: 86px;

height: 26px;

line-height: 26px;

padding: 0;

text-align: center;

color: white;

font-size: 12px;

border: none;

background: url(../Images/buttonBG.png) no-repeat 0 0;

cursor: pointer;

overflow: hidden;

}

2.

你可能感兴趣的:(集合)