I have this background, the css code is:
body {
background: #FFF url('images/bg.png') no-repeat bottom center;
margin-bottom: -500px;
width: 100%;
height: 100%;
color:#999;
}
The image is 400px height, and I would like to make it stick with bottom, apperantly, only works in firefox, in chrome and IE the background position is at top center, instead of bottom center. Any ideas? I have been struggling for few hours to resolve this stupid bug!!