Liquid regions

Permalink
I need to know how to make my editable regions liquid so as I add content it grows in height accordingly. I also want to make sure it pushes down the regions directly beneath it and the footer so it does not overlap either? Can this be done?
Thanks in advance

hawkman4188
 
kutis replied on at Permalink Reply
kutis
is that how it normally works?

unless u specifically write something in the css or js to override that
Maynar replied on at Permalink Reply
Maynar
Normally this would happen, so you are probably using absolute positioning in your CSS, right?

Using your own theme?
hawkman4188 replied on at Permalink Reply
hawkman4188
Yes I had already made the site when I discovered c5. I just took that code and followed the tutorial on how to turn it into a c5 theme. I must not have done it right because when I put content that is bigger than the div it just overlaps the divs underneath and the footer does not move either. What do I need to change?
Tony replied on at Permalink Reply
Tony
In your css, just set your elements' height attribute to auto, which is the default behavior for that attribute. As Maynar mentioned, if those elements are positioned absolutely, or if they're floated, this can be a little bit problematic, because they may not automatically expand the height of their parent elements. If you're using floats, you can fix this by using the clear:both; attribute on the following element. Do you have a link to your site that you could post?
hawkman4188 replied on at Permalink Reply
hawkman4188
Here is my site:
http://www.fblancaster.org
kutis replied on at Permalink Reply
kutis
other than the broken links.. don't see anything overlapping (ffox3, osx, g5)