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
Fixed Width, Centered, Two Column, Plus Header and Footer
Moderator: General Moderators
Re: Fixed Width, Centered, Two Column, Plus Header and Footer
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.
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.