我在右侧的搜索有一个名为 Go 的按钮,它在除 IE8 之外的所有现代浏览器中都位于正确的位置(在 IE7 和 IE6 中,这是一场噩梦,但我不关心那些浏览器)。我尝试了一些东西,但是按钮在 IE8 中没有到位,有人可以告诉我为什么会这样,所以这里有一张图片来说明我的意思 http://content.screencast.com/users/cryoffalcon/folders/Jing /media/92fc0c87-44ac-4c7a-9af5-d8d5824ef85d/go%20button.png
这是演示页面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;
}