internet explorer - CSS round corners images in IE7? -


it possible in css rounded corners images working in ie 7? have div rounded corners , inside

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 have rounded corners image extends outside div ;/

screen: http://prntscr.com/14zx09

thank in advance help

hey jakub can use pie.htc desired result...

pie makes internet explorer 6-9 capable of rendering several of useful css3 decoration features.....

read more pie.htc


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -