View Single Post
  #8  
Old 06-30-2008, 02:33 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

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

Quote:
Originally Posted by VWD
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;
}


!!!!!!!!!!!!!!!!!

BACKGROUND-COLOR: #FFFFFF;

background-image: url(images/homepage01.jpg);
Reply With Quote