Hi,
check out http://www.webmasterbangkok.com/working/
In firefox, the top white part goes all the way across and has grey down the sides.
In IE8, the background is white and so is the top part.
My CSS is
Code:
body {
width: 100%;
height: auto;
background: url(images/logo-bg.jpg) repeat-x#CCCCCC;
margin: 0 auto;
font-family:Arial, Helvetica, sans-serif
}
|