我的搜索在右側有一個名爲Go的按鈕,它在除IE8之外的所有現代瀏覽器中都處於正確位置(在IE7和IE6中這是一場噩夢,但我不在乎這些瀏覽器)。 我嘗試了一些東西,但按鈕不來它在IE8的地方有人可以告訴我,爲什麼會這樣 這裏是要表明我的意思 http://content.screencast.com/users/cryoffalcon/folders/Jing/media/92fc0c87-44ac-4c7a-9af5-d8d5824ef85d/go%20button.pngIE8中的按鈕佈局問題
這裏是演示頁http://bloghutsbeta.blogspot.com/2012/03/testing-3.html ,如果圖像你不想看的CSS 這裏是CSS:
.formbox {
background:#434445;
border-top-color:#0f0f0f;
border-top-style:solid;
border-top-width:3px;
border-left-color:#0f0f0f;
border-left-style:solid;
border-left-width:3px;
border-right-color:#797d7d;
border-right-style:solid;
border-right-width:3px;
border-bottom-color:#797d7d;
border-bottom-style:solid;
border-bottom-width:3px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color:#787D7D;
font:13px Verdana,Geneva,sans-serif;
margin: 3px 0 5px 5px;
padding:1px;
}
.formbutton {
margin:0 5px 5px 0;
color:#B6E85E;
text-shadow: 0 0 4px #7F241C, 0 0 4px #7F241C,
0 0 4px #7F241C;
cursor:pointer;
}
謝謝我用你的方法對味道進行了微小的改變 – CryOfFaclon 2012-04-26 19:08:34