Howzit guys.
I'm busy making a new website for myself. Now, I am using Notepad2 to make the CSS file.
What I did was set my footer in the CSS file, to where I wanted it. However, every new page with different content I make, the footer moves about the bottom page, it doesn't stay still.
.
This is the coding in the CSS file I used for the footer:
CSS:
I can't see why everytime I change content on the page, it moves. I think it might have to do witht he padding?
Any help would be great!
Thanks!
I'm busy making a new website for myself. Now, I am using Notepad2 to make the CSS file.
What I did was set my footer in the CSS file, to where I wanted it. However, every new page with different content I make, the footer moves about the bottom page, it doesn't stay still.

This is the coding in the CSS file I used for the footer:
CSS:
Code:
#footer {
font-family: Tahoma, Arial, Helvetica, San-serif;
font-size: 10px;
padding: 113px 30px; 30px;
}
#footer a:hover {
color: #db6d16;
text-decoration: none;
}
#footer #altnav {
width: 250px;
height: 20px;
float: center;
text-align: center;
padding-right: 11px;
}
I can't see why everytime I change content on the page, it moves. I think it might have to do witht he padding?
Any help would be great!
Thanks!