【发布时间】:2012-01-27 05:21:53
【问题描述】:
我正在使用此代码,它在 Chrome 和 Firefox 中运行良好,但在 IE9 中却不行。并根据此页面 Multiple background 和 background-size 在 IE9 中得到支持
span.select {
position: absolute;
bottom: 0;
float: left;
left: 0;
line-height: 1;
text-indent: 10px;
background: #ffffff;
background: url(../img/color-arrow.png) no-repeat, linear-gradient(top, #ffffff 0%,#a9a9a9 100%);
cursor: default;
z-index: 1;
border: #dadada 1px solid;
border-radius: 4px;
background-position: 100% center;
background-size: 1.5em 0.6em, 100% 100%;
text-shadow: 0px 1px 1px #fff;
white-space: nowrap }
我在其中使用了多重背景和背景调整大小
【问题讨论】:
标签: internet-explorer css cross-browser internet-explorer-9