Click to See Complete Forum and Search --> : firefox 1.5 and background position


charrup1973
12-24-2005, 08:59 AM
body { background-image: url(images/bg_dyno.gif);
background-position: bottom;
background-repeat: no-repeat;

This works fine in IE and was working in an older version of firefox but the latest version sends this image to the top of the page behind the head navigation system.

So how can i fix this now?

Fang
12-24-2005, 09:53 AM
In standards mode the html is the canvas:html {
height:100%;
background: bla

charrup1973
12-24-2005, 11:15 AM
Thank you, works perfectly.