Someone plz help! Background image not showing up in ie8!

Discussion in 'CSS' started by stefanlyl, Jan 10, 2011.

  1. #1
    I am having an issue where my background image is not showing up in IE8,

    CSS:

    #content{
    background-image: url(images/mainbg.png) repeat-y;
    width:800px;
    padding-left:100px;
    padding-right:100px;
    }


    anyone see anything wrong?
     
    stefanlyl, Jan 10, 2011 IP
  2. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It might either be related to the background image itself, or the fact that your #content has no height specified.

    Either set a fixed height, or try float:left; if applicable.
     
    GWiz, Jan 10, 2011 IP