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

4 replies
  • WEB DESIGN
  • |
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.
##page #child #divs #expanding
  • Profile picture of the author drewhowell21
    I viewed your page in both Firefox and Chrome and couldn't figure out what you're talking about. It looks fine to me.
    {{ DiscussionBoard.errors[5244732].message }}
  • Profile picture of the author yukon
    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.
    {{ DiscussionBoard.errors[5245109].message }}
  • Profile picture of the author blogfreakz
    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...
    {{ DiscussionBoard.errors[5248117].message }}
    • Profile picture of the author Neodism
      Originally Posted by blogfreakz View Post

      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...
      Wow. That worked. That was a little too easy.

      Thanks, man!
      Signature
      Free Web Design from Neodism.
      {{ DiscussionBoard.errors[5248710].message }}

Trending Topics