I'm using CSS to display backgrounds, and for font types and such. So i want to add a background, called "background.jpg"
this is the CSS code:
[codebox]body {
background-image: url(background.jpg);
background-repeat: repeat;
}[/codebox]
but for some reason, the background only shows up in Firefox, and not in IE
is this an error in my code?
thanks in advance











