Thanks Brian - but still not working. New CSS: http://scottriggs.com/ 2007/css.html.
Thanks for the tip on validating... fixing those errors now. Mike On Feb 6, 2007, at 5:06 PM, Brian Riley wrote: Mike Buettner wrote: > Working on my first CSS based site: http://scottriggs.com/2007 > > The site is just beginning to get laid out and this is the home > page. I'm looking for any an all input PLUS some help with: > > 1. Footer (blue bar) is out of alignment. This happened after I > started adding content to the right column. > Set the footer as "margin: 0 auto;" and remove the float and even "position: relative" (the latter is just superfluous). You're footer will then be centered. Try to validate your XHTML. You'll find a few errors that should be fixed. I like to make sure that the XHTML markup is valid before diving into the CSS. Good luck! Brian ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
