1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

IE not loading any background images. FF fine

Discussion in 'HTML & Website Design' started by discountwww, Jul 12, 2012.

  1. #1
    Hi all,

    I am having a problem with a WP premium theme that in IE (IE8 especially) is not loading any background images at all.

    For the linked page below, there are three background images (main.jpg, paper,jpg and sidebar.png). None are loading at all, but load fine in Firefox.

    http://goo.gl/g2uhr

    If anyone can shed any light on why, would be appreciated.

    Thank you,
    Pete
     
    discountwww, Jul 12, 2012 IP
  2. ashishkg

    ashishkg Active Member

    Messages:
    233
    Likes Received:
    8
    Best Answers:
    3
    Trophy Points:
    68
    #2
    Please check the CSS which was supporting for IE browsers....
     
    ashishkg, Jul 12, 2012 IP
  3. discountwww

    discountwww Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, I did that. There were some IE specific fix CSS lines, but nothing that stood out as being part of the problem.

    Pete
     
    discountwww, Jul 12, 2012 IP
  4. hengchao

    hengchao Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    find this in css style:
    background: #0C0704 url(design/main.jpg) repeat top left scroll !important;
    remove "!improtant" just like this,
    background: #0C0704 url(design/main.jpg) repeat top left scroll ;

    have a try
     
    hengchao, Jul 12, 2012 IP
  5. discountwww

    discountwww Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi hengchao,

    I actually added the important syntax myself to try to override anything else that might be happening.... so that's not it. :)

     
    discountwww, Jul 13, 2012 IP