Jason Ogle wrote: > Hi there CSS wizards, > > I'm trying to get the elements of my footer to align correctly. IE is > showing me something way different than Firefox. > > Check out: > http://www.jasonogle.com/clients/flyleaf/ > > I've more recently plunged into pure CSS layout and it seems like the > footer alignment (vertical mainly) is the toughest for me still. > Could someone please shed some light on how to best layout this > footer? I have a couple more questions I'll probably ask soon too as > this deadline is rapidly approaching! :)
Hi Jason. Remove the height declaration on the footer, adjust that element's padding, and most of your footer problems will be solved. There is a gap under the hr in IE6 that I don't know how to remove. I'm very interested to know if there is a CSS fix for that. If there is someone here will know it :-) If not and you have to have it pixel perfect... what I would do is remove the hr from the html, clear the #Footer .creditText instead and declare a top border that matches the hr's style. BTW - you don't need <p> </p>. Try padding on the container for the same result, less HTML "clutter". For instance, you can declare a padding-bottom on the body to replace that very last one. AC-- Audra Coldiron Rock-n-Roll Design & Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available! ______________________________________________________________________ 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/
