html - Opera 12 does not hide content with border-radius -


maybe stupid not understand why opera 12 not have desired behaviour. created minimal sample:

    <div id="outer" style="width: 500px; height: 500px; border: 1px solid black; border-radius: 100px; overflow: hidden;">         <div id="inner" style="width: 500px; height: 500px; background-color: red;">         </div>     </div> 

the outer container has border-radius. content in inner div overlaps outer 1 has dropped. done "overflow: hidden".

this works in firefox, internet explorer, chrome , safari. browser not behave opera. tested opera 11 , 12.

any ideas?


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -