我使用SVG作为div的背景。相应div的CSS样式如下(参见下文)
CSS
#statusheader .status{
width: 230px;
height: 230px;
float: left;
display: block;
position: relative;
background-color: transparent;
background-image: url(../img/monitoring.svg);
background-repeat: no-repeat;
background-size: 230px 250px;
background-position: center center;
margin-right: 15px;
padding: 0px;
}
我有一个尺寸为300 x 320的SVG图像,我将其缩放为230 x 250以满足我的需求。是的,它在Chrome中看起来不错,但在Internet Expirer上却没有,我的意思是探险家:D。就像背景宽度缩小了一点,这使得背景很糟糕。任何帮助,线索,想法,建议,解决此问题的建议?
答案 0 :(得分:0)
css规则背景:封面;工作?我对IE不太熟悉,但这适用于我所有其他类似的问题。