Okay so I must say as a webmaster I am a bad one because I only care/use Firefox. With that said I was checking out my favicon in IE and bam no background image. Here is what I mean In FF my site looks like so: http://img81.imageshack.us/my.php?image=ffyh7.jpg In IE my site looks like so: http://img81.imageshack.us/my.php?image=ieal4.jpg The background image is a gif. Should I change this to jpg or something else or is my css off for it? background:#d6dadd url(/images/bg.gif)repeat-x; Can anyone help me out? Thanks
Found the problem You need a space before "repeat-x" Your code: background:#d6dadd url(/images/bg.gif)repeat-x; Fixed: background:#d6dadd url(/images/bg.gif) repeat-x;