Positioning of Footer!!!

Discussion in 'CSS' started by sumitt_2004, Jun 24, 2008.

  1. #1
    Hi,

    I am using below CSS code for a site. All pages are running well but 1 page is disturb. If content of the page does not exceed <div id="content"> limit then page will run fine if it exceed then FOOTER comes in middle of content and content bgimage also hide some part of content. Can anyone please help in it!

     
    sumitt_2004, Jun 24, 2008 IP
  2. HDaddy

    HDaddy Active Member

    Messages:
    287
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Do you have a live link ?
     
    HDaddy, Jun 24, 2008 IP
  3. sumitt_2004

    sumitt_2004 Peon

    Messages:
    154
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    1indianwebsolutions(dot)com/web-designing(dot)html this is the live page.
     
    sumitt_2004, Jul 10, 2008 IP
  4. shacow

    shacow Active Member

    Messages:
    339
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #4
    have you tried

    #footer {
    position:fixed;
    overflow:hidden;
    font:normal 11px/2.2em Verdana, Arial, Helvetica, sans-serif;
    }
     
    shacow, Jul 10, 2008 IP
  5. sumitt_2004

    sumitt_2004 Peon

    Messages:
    154
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I tried but still the same result :(
     
    sumitt_2004, Jul 10, 2008 IP