I couldn't find a sub-forum for CSS, so i thought i would post it here.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:
body {background-image: url(background.jpg);background-repeat: repeat; }
but for some reason, the background only shows up in Firefox, and not in IEis this an error in my code?thanks in advance