PDA

View Full Version : Background image scrolls


imported_HexOnxOnx
08-20-2003, 07:02 PM
I have the following:

margin: 0px;
background-image: url(pimages/bg.gif); fixed;

Yet my backgroudn image scrolls. What am I doing wrong here? Thanks!

assassingod
08-20-2003, 07:38 PM
try adding:

background-repeat:repeat-x;

aswell

imported_HexOnxOnx
08-20-2003, 07:41 PM
try adding:

background-repeat:repeat-x;

aswell

background-image: url(pimages/bg.gif);
background-repeat:repeat-x;

Doesn't work, still scrolls but thanks