Need help with footer navbar!

Discussion in 'CSS' started by hitech24, Jun 9, 2012.

  1. #1
    Hi
    A few days ago i designed a page using dreamweaver but i had a problem with the footer navbar
    In small resolution screens the navbar covers some of the page. Check the images below and send me some css code to fix it. (just like the first pic)

    ca1.jpg ca2.jpg
     
    hitech24, Jun 9, 2012 IP
  2. wiicker95

    wiicker95 Well-Known Member

    Messages:
    438
    Likes Received:
    37
    Best Answers:
    10
    Trophy Points:
    100
    #2
    You have used "{ position:absolute; bottom:0px; }" so the footer isn't "relative to the content. Delete these two and just add { position: relative }. Let me know if it works. And if not, upload your files, I'll fix it.
     
    wiicker95, Jun 9, 2012 IP