| | 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: CODE body { background-image: url(background.jpg); background-repeat: repeat; } 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 |

