So, I'm experimenting with rounded corners in CSS3 (not in IE, I don't care if it works there), and I have a DIV where all my content lives pretty well. The problem I am facing is that there are child DIVs that are not masked by parent rounded corners. I'm not looking for a child to inherit rounded corners. I just want the content inside the parent not to be visible, where it is rounded, as if it were masked. I tried using "overflow: hidden;", but that doesn't seem like a trick.
Does anyone have any idea how kids from rounded divs can be masked by parent divs? If it is used, I use "position: absolute"; on the parent div. Not sure if that will make a difference.
Thanks!
html css css3 hierarchy rounded-corners
linnium
source share