0
我有一個搜索框,如下圖所示。我想將文本對齊到中心位置,現在搜索框內的文字稍微偏上。下面是它的CSS。這種情況只發生在IE瀏覽器中。火狐很好。如何將文本對齊到中心對於IE瀏覽器
.search_results_input {
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
font: 12px/24px AntennaRegular,Arial,Helvetica,Sans-serif;
height: 30px;
width: 300px;
}
將搜索框/文本的html包含在前面會有所幫助。 – m4tt1mus 2012-02-21 18:26:59
以下鏈接可能是您想要的。 http://stackoverflow.com/questions/326650/vertically-align-text-within-input-field-of-fixed-height-without-display-table – sparrow 2012-02-21 18:28:48
在IE瀏覽器中工作正常http:// jsfiddle.net/SWBwt/ – m4tt1mus 2012-02-21 18:29:55