Help please I have a black background with a fixed image on my blog. http://1mpy3rno.blogspot.com Firefox, Opera and Chrome are displaying it properly but IE doesnt display my background image and it has white background. My text and other forecolor are designed for black background so its hard to read them with white background. I dont know if IE doesnt recognize the ff codes Effing IE sucks as usual.... How can I fix this please? Do I have to enable something on IE to recognize Css?
Replace these two lines: background: #000000 ur(http://i469.photobucket.com/albums/r...lan.jpg)center center no-repeat; background-attachment: fixed Code (markup): ... with this single line background: #000000 ur(http://i469.photobucket.com/albums/r...lan.jpg) no-repeat fixed center center; Code (markup): It's best to use a consistent way of setting the background properties - don't set some with shorthand and others with specific assignment, as some browsers behave unpredictably when that is done.