IE displaying incorrectly

Discussion in 'HTML & Website Design' started by 1mpy3rno, Dec 25, 2009.

  1. #1
    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
    [​IMG]

    but IE doesnt display my background image and it has white background.
    [​IMG]

    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?
     
    1mpy3rno, Dec 25, 2009 IP
  2. FilmFiddler

    FilmFiddler Greenhorn

    Messages:
    54
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    23
    #2
    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.
     
    FilmFiddler, Dec 26, 2009 IP
  3. pkgelectricals

    pkgelectricals Peon

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    use css outline...
     
    pkgelectricals, Dec 26, 2009 IP
  4. 1mpy3rno

    1mpy3rno Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sorry busy month just online only now.... But this works great thankssss..........
     
    1mpy3rno, Jan 19, 2010 IP