ここのサイトの上部入力検索は、何を試しても IE で正しく表示されません。パディングと行の高さを試しましたが、まだ上部に配置されています。
これがCSSであり、どんなアイデアでも素晴らしいでしょう:
.search-bg {
background: #8A939A url("/images/top-input-bg.jpg") repeat;
border-radius: 15px;
display: block;
float: left;
height: 30px;
margin: 15px 10px 0 0;
width: 205px;
}
.search-bg input {
background-color: rgba(0, 0, 0, 0);
border: none;
float: left;
font-size: 14px;
height: 30px;
line-height: 15px;
padding: 0 0 0 15px;
width: 154px;
}
どうもありがとう。