Fixed Width, Centered, Two Column, Plus Header and Footer

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
supermike
Forum Contributor
Posts: 193
Joined: Tue Feb 28, 2006 8:30 pm
Location: Somewhere in the Desert, USA

Fixed Width, Centered, Two Column, Plus Header and Footer

Post by supermike »

I'm in need of a sample XHTML page that demonstrates all of these features:

* XHTML Strict
* a fixed-width, centered page
* two columns -- one wide column floating left and one thinner one floating right
* header
* fixed-height footer that pops to the bottom of the viewport no matter how small the page is, yet expands past the viewport should the page be that long
* no caveats (such as special float restrictions for content inside the columns)
* cross-platform: IE6, IE7, IE8, Opera (latest), Safari (latest), Chrome (latest), FF2, and FF3
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Fixed Width, Centered, Two Column, Plus Header and Footer

Post by pickle »

Good luck. What have you tried? What are the problems you're currently experiencing? I doubt anyone's just going to hand this to you.

Google for "footerStickAlt" to get your footer.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply