Ok so im still messing around trying to convert a PSD sample i did to try and learn more stuff.
So i wanted to have a footer image bg image for the footer div which i can do ok. But then i wanted to have 2 divs inside the footer with ul links next to each other.
How would i go about doing that. Could any one help me out. I suppose a good example would be this site's footer. Where Chris has got Friends, Navigation etc.
Would i just have a div container then 2 divs inside that then how would i go about getting them both next to each other in the container div.....its driving me made!!! :x
Ok so reading this back i dunno if it makes sense...but im too tired and going to bed !!
Ok so im still messing around trying to convert a PSD sample i did to try and learn more stuff.
So i wanted to have a footer image bg image for the footer div which i can do ok. But then i wanted to have 2 divs inside the footer with ul links next to each other.
How would i go about doing that. Could any one help me out. I suppose a good example would be this site's footer.
Where Chris has got Friends, Navigation etc.
Would i just have a div container then 2 divs inside that then how would i go about getting them both next to each other in the container div.....its driving me made!!! :x
Ok so reading this back i dunno if it makes sense...but im too tired and going to bed !!
This is the live link anyway
http://www.footballsmylife.com
Thanks in advance for the help :)
and the CSS
#footer {background: whatever;
}
.footer_col {
float: left;
}
Set widths and add margins and padding where required.
Ok for your HTML footer structure I would do...
with the CSS something like
Obvioulsy thats just an untested idea - but pretty much what I would do.
I only set the margin-right that large coz I was just messing around to see wot things looked like….(hence red border) and never took it off :D