私はボタンの真ん中に表示するためにvalue = "submit"を探しています。なぜテキストが見えていないのですか?HTMLボタン、値= "submit"が表示されていませんか?
<button type="button" class="button btn_big_blue" value="Submit"></button>
.button{
display: block;
width: 137px;
height: 44px;
text-align:center;
line-height: 40px;
font-size: 18px;
font-weight: bold;
text-decoration: none;
color:#fff;
border:none;
cursor: pointer;
}
.button.btn_big_blue {
background: url(/img/btn_big_blue.png) no-repeat;
color: #fff;
}
のみ入力値を使用する唯一のためにあるのですか?それは愚かです – Xtian
@xtian:愚かかどうか、それはhtmlの動作です – knittl
@Xtian:それとは反対に - それは素晴らしいです。 '