Associate
The footer bar thingy, I dont know how to position it at the bottom of the page without using absolute positioning. It just needs to be below the content boxes thats it. Ideas?
Also, what do you think so far of the design?
#footer {
background: url("images/footer.gif") left top repeat-x #000;
clear: both;
margin-bottom: 20px;
}
Al Vallario said:That should do the trick.Code:#footer { background: url("images/footer.gif") left top repeat-x #000; clear: both; margin-bottom: 20px; }
The design looks pretty good from here, and it's good to hear you're going down the XHTML/CSS route