可以在CSS圆角处对IE 7中的图像进行操作吗?我有圆角的div,里面是
CODE:
CSS:
.box2 {
width: 150px;
height: 150px;
margin: 0 auto 35px auto;
padding: 30px;
color: #fff;
font-weight: bold;
border: 5px solid #35b70e;
border-radius:200px;
overflow:hidden;
behavior:url(border-radius.htc);
}
HTML:
<div class="box2">
<img class="super" alt="" src="https://www.google.pl/images/srpr/logo4w.png"></img></a>
</div>
Div有圆角,但图像延伸到div之外; /
SCREEN: http://prntscr.com/14zx09
提前感谢您的帮助
答案 0 :(得分:0)
嘿Jakub,您可以使用PIE.htc
获得所需的结果......
PIE使Internet Explorer 6-9能够呈现几个 最有用的CSS3装饰功能......