Help with coding problem!

Discussion in 'HTML & Website Design' started by rochow, Jul 2, 2007.

  1. #1
    Hi,

    I'm having some coding problem. As you can see the bottom part is stationery and should move down with the height of the page. It's probably something really obvious but keep missing.

    If someone can help fix it it'd be appreciated, if you want some rep or $5 or whatever :)

    www.shoutdirectory.com/mr/index.html

    Thanks! :)
     
    rochow, Jul 2, 2007 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    after the best of 10 seconds of looking at it it appears you need to have a clear in there to prevent the div from trying to align along side the other divs rather than at the foot.

    http://www.html.net/tutorials/css/lesson13.asp

    The above has a basic tutorial on using the float property including clear
     
    AstarothSolutions, Jul 3, 2007 IP
  3. nhactreclub

    nhactreclub Peon

    Messages:
    30
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    insert

    and
     
    nhactreclub, Jul 3, 2007 IP
    rochow likes this.
  4. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #4
    Thanks! Doesn't seem to work though :(
     
    rochow, Jul 3, 2007 IP
  5. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #5
    Add this clear:both; to the #search in the core.css (line 121).
     
    VimF, Jul 3, 2007 IP
    rochow likes this.
  6. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #6
    Thank you so much, it works! I owe you one :D
     
    rochow, Jul 3, 2007 IP