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)
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.