This properly positions a background image for the body in IE and Netscape.
Doesn't work in Firefox

body {
  height: 100%;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  background-image: url(../images/back_body.gif);
  background-position: bottom center;
  background-repeat: no-repeat; }


Ideas?
______________________________________________________________________
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/

Reply via email to