Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] How do I build this layout? Re: [Solved] How do I build this layout?

#73199
TheWill
Participant

Actually its a footer and I would like to align it vertically with my main content that’s in a 960px container and repeat the blue to the right 100% of the browsers width.

I thought I could just create a

<div thats 100%>and inside that put a <div thats 960px wide and align it center, insert the footer logo and apply my blue background image reapeating-x and then create another <div and float it right with the same background image reapeating-x.

Im trying not to use tables, and be modern. :D