I want to have a backround gradient across all page and also a background
image sits on the very bottom of the page (not viewport). I tryed something
like this:

html {
min-height: 100%;
background: url(...) repeat-x bottom blue; /* 1x1600px */
}

body{
height: 100%;
background: url(...) no-repeat center bottom;
}

The background of html works well but body background stick to the end of
the content or to the bottom of viewport (and move when I resize the
window).
Do you know how to manage that Bottom of BODY is always same as Bottom of
HTML?

Pavel.
______________________________________________________________________
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