Results 1 to 3 of 3

Thread: Content inside Tables

  1. #1
    Join Date
    Apr 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Content inside Tables

    Hey guys!
    I'm finishing off a website for an assignment and right now the content in the 3 tables keep on pushing down whenever I try to enter some text (this is eloquent in the left and right column!!) I don't know whats going on Any help is appreciated, thank you!!

    http://bit.ly/lRfLRF

  2. #2
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    on what page you mean the error?
    if it's in home, it's because your bottom: -910px;
    _____________________

    David Demetrius // davejob
    _____________________

  3. #3
    Join Date
    May 2011
    Location
    SFBA, CA, USA
    Posts
    94
    Thanks
    6
    Thanked 7 Times in 7 Posts

    Default

    Hi keelerz,

    I see a few things that may be causing issues:

    1. Your left and right divs are position:absolute and your center div is position:relative.
    2. The three above-mentioned divs are "loose" as I like to call it, as opposed to being contained within a parent div that would be the same width as your header, subheader, and footer.
    3. Again, your text in the center div is "loose". Meaning I see a few </p>, but no <p>, and in some instances, none at all.

    Question: you are stating a lot of absolute and relative positioning in your CSS. Is there a must-have reason for this? If they're not consistent throughout it can cause issues.

    Suggestions:
    1. Start by my suggestion #2 above, then remove all the positioning in your CSS to see what happens. You may find that there's a bit of over-kill there that's causing some funky things. It would probably allow you to remove some of those <br>s as well.
    2. Run your page through the W3C validator here to see where you are missing any code.

    Hope this helps!

    dbc

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •