图片型按钮的写法

时间:2015/12/2 15:22:00来源:互联网 作者:flyso 点击: 933 次
<style>.button {
font: 12px Tahoma, Verdana;
padding: 0 5px;
color: #D3E0E7;
background-image: url("/myfile/images/headerbg.gif");
background-repeat: repeat-x;
background-position: 0 50%;
outline: 1px solid #D3E0E7;
border: 1px solid #FFF !important;
height: 19px !important;
border: 1px solid #D3E0E7;
height: 21px;
line-height: 17px;
}
</style>
<form><input class="button" type="submit" name="rulesubmit" value="同 意" style="height: 23px">
<input class="button" type="button" name="return" value="不同意" style="height: 23px"></form>


Copyright © 2005 - 2016 flyso.cn. 飞搜 版权所有 鄂ICP备11002783号-3