View Single Post
  #1  
Old 07-08-2008, 05:45 PM
 
RandyK RandyK is offline
 

Advanced Member
  
Join Date: Jul 2008
Posts: 63
 

Default Site looks OK in IE but not Firefox and Yahoo

Little help here please. The following is the code I used in order to set the width of the site and add a white background:

TABLE.Container {
HEIGHT: 100%;{ width: 960px; margin-left: auto; margin-right: auto; background-color: #FFFFFF; }
}

AND, the following is what I used to put an image on the far right and far left of the site that is outside of the above defined width:

HTML,BODY {
HEIGHT: 100%;
MARGIN: 0px;
PADDING:0px;
BACKGROUND: url(images/blue095.gif); background-repeat:y;
}

This is serving the purpose in IE but isn't in some other browsers. Any suggestions? Thank you.
__________________
4.1.10
4.2
X-Magnifier
Fancy Categories
Reply With Quote