Bill Walton wrote: > In IE7 the hr is pushed down 1em and the submit button is also pushed > down 1em. In IE6, both of those things still happen, plus the > footer is pushed down 3 or 4 em.
> http://www.yourtimematters.com/immunizations_page.html First, delete... #main {height: 100%;} ...as IE6 interprets that height as "at least as high as the browser-window". Then add... form {margin-bottom: 0;} ...to avoid default-differences. This will probably make those browsers line up quite well. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
