Why is my #page not expanding with it's child DIVs?

by 4 replies
5
http://trtc.us/12/administrativestaff.php

After I created a table in my #content DIV for biographies the layout broke. The page won't expand down to the footer, even if I mess around with height: auto, overflow, anything. It's just chillin' at 125px.
#website design ##page #child #divs #expanding
  • I viewed your page in both Firefox and Chrome and couldn't figure out what you're talking about. It looks fine to me.
  • Banned
    It's easier to run div tags instead of tables, IMO. It also helps a lot to comment the source code, especially the opening & closing div tags, makes the code so much easier to read.
  • I checked the codes,, I think you need to put overflow:hidden; in the footer.. read this tuts

    Code:
    http://www.impressivewebs.com/overflow-hidden-problem/
    hope this helps...
    • [ 1 ] Thanks
    • [1] reply
    • Wow. That worked. That was a little too easy.

      Thanks, man!

Next Topics on Trending Feed