Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

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

Open
GoogleCodeExporter opened this issue Apr 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant