View Single Post
  #6  
Old 06-26-2008, 05:48 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
Thank you very much Balinor, it solved my problem

I would have done so (without background repeat):

PHP Code:
HTMLBODY
{
    
HEIGHT100%;
    
MARGIN0px;
    
PADDING0px;
    
BACKGROUND-COLOR#60615b;
               
}
BODY 
{
    
background-imageurl(images/homepage01.jpg);
    
background-positiontop left;
    
background-repeatno-repeat;

Reply With Quote