Hi,
Internet Explorer does not display the background image, the other browsers are fine.
This is my code:
body {
background:url(images/orangewallpaper.png)repeat;
margin: 0 auto;
padding: 0px;
width:1150px;
}
It works in Chrome, Firefox and Safari not in IE8
Any ideas? thanks
N
background:url(images/orangewallpaper.png)repeat;
try and put a space before repeat:
background:url(images/orangewallpaper.png) repeat;
Alchymyth thank you so much, that was it, the space!
I have the same issue with my css but i dont see any spacing issues...
background-image:url(http://www.advancedcmsservices.info/msc/images/watermark.gif);
background-repeat:no-repeat;
border-top:5px solid #ffaa00;
background-color:#fff;
width:960px;
margin:0px auto;
any suggestion would be great!