I need round corners on a parent div to mask content from its childen. overflow: hidden works in simple situations, but breaks in webkit based browsers and Oper
overflow: hidden
Add a z-index to your border-radius'd item, and it will mask the things inside of it.