Search code examples
csshtmlfooter

Code for menu bar at footer


I have a slight problem with making the footer work, as the div's aren't going where i want them to go.

Imagine that the image on http://imgur.com/jlaNRhj was at the bottom of the page, at the footer, how would you get the links there? It is going to be spread across the whole of the bottom bit of the page, and i was wondering if you guys could help me out please, as this website that i'm making has to look superb. http://jsfiddle.net/cYMCc/1/ link to website editing.

Thanks for looking!

Solution

  • You'd need to a container div and then five divs (for each link) and float them left. Give them a width of 20% for equal width and set a height to keep them consistent. In each div create an anchor tag with classes like up,down,up,down,up. Then css like this: .down {padding-top:10px;} for example. Good luck and let me know how it goes once you've got that structure setup.