How to make CSS3 rounded corners hide overflow in Chrome/Opera
I found another solution for this problem. This looks like another bug in WebKit (or probably Chrome), but it works. All you need to do – is to add a WebKit CSS Mask to the #wrapper element. You can use a single pixel png image and even include it to the CSS to save a … Read more