那些超级 IE 疑难解答。这是错误。在这个表单的底部:http: //xquives.kiaistudio.com/new-form/index.php有两个按钮。它们在 IE10 FF 等中看起来很完美,但在 IE 9-8-7 中却不是。我该如何解决?
按钮框CSS:
#buttonbox {
display : block;
margin-top:20px;
margin-bottom : 20px;
overflow:auto;
float:right;
}
按钮类css:
.button {
background:#5f6156;
background:rgba(0, 0, 0, 0.6);
color:#FFF;
padding: 5px;
float: left;
width: 100px;
border: 1px solid #000;
font-size: 12px;
font-weight: bold;
margin:10px;
display:block;
height:30px;
}
.button:hover {
color:#D3411F;
}
按钮 div html:
<div id="buttonbox">
<input name="SOUMETTRE" type="submit" class="button"/>
<input name="REINITIALISER" type="reset" class="button" />
</div>
-- 更多信息,IE 7-8-9 中无用的按钮是黑色的,没有文字(或黑色文字),所以我们看不到文字......但是从 OK 触发帖子......只是看不到FF 或 IE10 中的文本
--
这是一个汇总起来的多个屏幕截图!