Michael Stevens wrote:
> http://testsite1.bigmikes.org/
>
> In FF the pages render fine but in IE the footer image is not being placed
> {bottom right no-repeat} as I've requested. It's cramming it up at the top
> of the footer div which puts the pattern right in the middle instead of at
> the bottom of the page.
>
> Mike
>
The borders are for position only:
#footer { border: 1px solid fuchsia;
overflow: /*auto*/hidden;
}
* html #footer { border: 1px solid fuchsia;
height: 1%;
}
#footer_left {border:1px solid lime;}
#footer_center {border:1px solid lime;}
* html #footer_center {width: 556px}/*width correction for IE/6 float drop*/
#footer_right { border:1px solid lime;}
correction reference: On Having Layout
<http://www.satzansatz.de/cssd/onhavinglayout.html>
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/