ChavezArquitectos / curvycorners

Automatically exported from code.google.com/p/curvycorners
0 stars 0 forks source link

Fixed height curvy divs cause problems for absolute positioned children #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When viewing the attached html file, you should see some text at the top of a 
curvy div and some text at the bottom of the curvy div.  The div has a fixed 
height and the second piece of text is within a div that is absolutely 
postioned with "bottom: 5px" set.

Instead, both messages are displayed at the top of the curvy div.  This was 
tested with version 2.1.

Original issue reported on code.google.com by aner.pe...@gmail.com on 17 Mar 2011 at 6:55

Attachments:

GoogleCodeExporter commented 8 years ago
A workaround is to add:

div.autoPadDiv {
        height: 100%;
}

to your css

Original comment by aner.pe...@gmail.com on 17 Mar 2011 at 7:22