Kor
01-21-2005, 12:07 PM
In Moz, there's a bizzare lack of background (or better say I guess it is positioned otherwise) on the left menu at
http://mc2.magic.fr/damiantest/index.php
the CSS class is used in cell was
.bgleft {
background-attachment: fixed;
background-image: url(img/bgmenu.gif);
background-repeat: no-repeat;
background-position: left top;
height: 277px;
width: 234px;
}
Same with
http://mc2.magic.fr/damiantest/template.php where I have another bg
the css file is in the same root with index, thus I guess the img's url is ok
Does not Moz catch this? IE sees it OK. Any ideas?
http://mc2.magic.fr/damiantest/index.php
the CSS class is used in cell was
.bgleft {
background-attachment: fixed;
background-image: url(img/bgmenu.gif);
background-repeat: no-repeat;
background-position: left top;
height: 277px;
width: 234px;
}
Same with
http://mc2.magic.fr/damiantest/template.php where I have another bg
the css file is in the same root with index, thus I guess the img's url is ok
Does not Moz catch this? IE sees it OK. Any ideas?