Image rendering Firefox vs IE

Discussion in 'CSS' started by gastongr, Feb 24, 2010.

  1. #1
    Hi, i'm not sure if CSS is the best section to post this but i'm looking for a css solution, that's why i posted here.

    I have a website with a big image as background and it's resized to fit the browsers window, the problem is that it looks awful in IE while it's fine in firefox..

    Searching around i found that the default rendering mode of IE has lower qualitty than FF, so changed that with css as follows and things improved a bit.

    image-rendering: optimizeQuality; /* Firefox 3.6 */
    -ms-interpolation-mode: bicubic; /* Internet Explorer 7.0+ */

    But still it looks much better in firefox, so i am wondering if there is something else i'm missing..

    The site is www.gastongreco.com so you can see for yourselft

    Thanks in advance!
     
    gastongr, Feb 24, 2010 IP
  2. gastongr

    gastongr Well-Known Member

    Messages:
    421
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Fixed :D
    There was an error in my css and the abobe declaration was not working..
     
    gastongr, Feb 24, 2010 IP
  3. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #3
    s_ruben, Feb 24, 2010 IP
  4. gastongr

    gastongr Well-Known Member

    Messages:
    421
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    108
    #4
    That script allows the use of transparent PNG files in IE 5... That's not what i was talking about ;)
     
    gastongr, Feb 24, 2010 IP
  5. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #5
    But your site has that problem!! ;) Look at email picture by IE6.
     
    s_ruben, Feb 24, 2010 IP
  6. gastongr

    gastongr Well-Known Member

    Messages:
    421
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    108
    #6
    Ouch! lol
    Will check browser stats.. i'm not a big fan of that kind of fixes, thanks for letting me know :)
     
    gastongr, Feb 24, 2010 IP