不包含IE8 \ IE9中Input的值

时间:2012-10-14 11:51:49

标签: html input internet-explorer-8 internet-explorer-9

有输入:

<input type="submit" id="SomeId" value="Search" class="mc-button mc-button-orange" />

样式:

.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;
}

圆角由图书馆PIE制作。

在IE8 \ IE9中没有出现在输入词“搜索”中。

请告诉我,如何解决问题?

展望未来,禁用这些类的PIE,标签无效。

由GoogleTranslate翻译。

1 个答案:

答案 0 :(得分:2)

删除display: table;将解决此问题