View Single Post
  #7  
Old 06-30-2008, 02:13 AM
 
VWD VWD is offline
 

Member
  
Join Date: Oct 2004
Location: Sweden
Posts: 25
 

Default Re: Background image not showing in Firefox, but looks ok in IE

Thanks to both of you, it works either way.
But If I put the code underneath the image, it doesn╢t work.

//Working code
}
HTML,BODY
{
HEIGHT: 100%;
MARGIN: 0px;
PADDING: 0px;
BACKGROUND-COLOR: #FFFFFF
background-repeat: no-repeat; // or background-repeat: repeat-y;

}
BODY {background: url(images/homepage01.jpg);
}
FORM {
MARGIN: 0px;
}
__________________
X-Cart Version: 4.4.5 GOLD
Reply With Quote