Background image disappearing in IE8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KeredDrahcir
    Contributor
    • Nov 2009
    • 426

    Background image disappearing in IE8

    I've got a really wierd problem. I've got a division and I need to give it a background image at the bottom, but the image doesn't seem to work in IE8.
    When I load the page, I sometimes see the image for an istant before it gets cut off.
    The code for the image is:
    Code:
    background: #d1e2fe url([I]my_path[/I]/[I]my_image[/I].png) no-repeat center bottom;
    Can anyone help me. I've nearly driven myself insane trying to sort this.
  • KeredDrahcir
    Contributor
    • Nov 2009
    • 426

    #2
    It was a probelm with try to define the behviour attriute. The file I was using was out of date. Replacing it with the correct one sorted the problem. Disreguard this question.

    Comment

    Working...