我有这个输入文本和输入按钮,我试图让它们具有相同的高度......你可以在右上角的http://www.taranmarlowjewelry.com/上看到这个......它们看起来一样高吗? 如果不是,我如何让它们保持相同的高度?
<form class="product_search" style="font-size:0px !important;" method="GET" action="<?php echo $pp_url?>/" >
<input name="product_search" id="wpsc_search_autocomplete" class="wpsc_product_search wpsc_live_search_embed .wpsc_live_search" autocomplete="off" style="padding:0px !important; height:23px !important;" />
<input type="submit" id="button" name="button" class="searchBtn" value="GO"/>
</form>
和CSS:
.searchBtn {
background-color: #FFA18A;
border: 0 none;
color: #FFFFFF;
cursor: pointer;
height: 25.5px;
width: 32px;
}