I couldn't think of a better title. Basically what I want to do is to create a rounded corner that flares out from the edge, instead of into it. Take a look at the attachments, the red line in the close up represents the bottom of one div, the rounded corner of the one immediately below it flares out, creating a reverse corner that really helps to blend the two elements together.
I can think of one way to do it, and that would be overlapping a div with a regular rounded corner onto a div with the same color as the one above it. The problem with that, in my case, is that the elements have transparency, and there is a background image.
Is there a way to do this?
I can think of one way to do it, and that would be overlapping a div with a regular rounded corner onto a div with the same color as the one above it. The problem with that, in my case, is that the elements have transparency, and there is a background image.
Is there a way to do this?
Comment