Currently I have a layout of a webpage with a header, then three columns and footer. The footer currently does not sit at the bottom of the webpage. It sits below the last line in one of the columns. If I keep putting more breaks in the column, the footer will go all the way down to the bottom of the page, but that would ruin the point of it being fluid. Is there a way to do this in CSS so the footer always stays in the same spot as long as your information doesn't make the page have to scroll. I know you can do this with absolute positioning, but doesn't that ruin fluid websites?
To let you know that I am fairly new to all of this, so if I sound like I don't know what I am talking about, I apologize. Thanks for your help.
To let you know that I am fairly new to all of this, so if I sound like I don't know what I am talking about, I apologize. Thanks for your help.