Html 在IE8\IE9的输入中不包含该值

Html 在IE8\IE9的输入中不包含该值,html,input,internet-explorer-8,internet-explorer-9,Html,Input,Internet Explorer 8,Internet Explorer 9,有人提出: <input type="submit" id="SomeId" value="Search" class="mc-button mc-button-orange" /> 圆角是用圆饼做成的 在IE8中\IE9不出现在输入词“搜索”中 请告诉我,如何解决这个问题 展望未来,禁用这些类的饼图,标记也没有帮助 谷歌翻译。删除显示:表格将解决此问题 .mc-button-orange { border: solid #A26F19; border-image: initial

有人提出:

<input type="submit" id="SomeId" value="Search" class="mc-button mc-button-orange" />
圆角是用圆饼做成的

在IE8中\IE9不出现在输入词“搜索”中

请告诉我,如何解决这个问题

展望未来,禁用这些类的饼图,标记也没有帮助


谷歌翻译。

删除
显示:表格将解决此问题

.mc-button-orange {
border: solid #A26F19;
border-image: initial;
background: -webkit-linear-gradient(top, #F2BD65, #CB891E);
}

.mc-button {
min-width: 10px;
line-height: 24px;
height: 24px;
padding: 0 28px;
padding-top: 2px;
text-align: center;
-moz-transition: all 0.218s ease 0s;
-moz-user-select: none;
background: #1B7BCB;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6AC3EB), to(#1B7BCB));
background: -webkit-linear-gradient(#6AC3EB, #1B7BCB);
background: -moz-linear-gradient(#6AC3EB, #1B7BCB);
background: -ms-linear-gradient(#6AC3EB, #1B7BCB);
background: -o-linear-gradient(#6AC3EB, #1B7BCB);
background: linear-gradient(#6AC3EB, #1B7BCB);
color: white;
display: table;
font-size: 12px;
text-decoration: none;
text-transform: uppercase;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-outline-radius: 10px;
border-radius: 10px;
border: 0px solid #0076A3;
border-bottom: 1px solid #1564A5;
overflow: visible;
cursor: pointer;
clear: none;
float: left;
}