Image displays in IE6, but not in FF

Discussion in 'CSS' started by geoscodin, Feb 25, 2007.

  1. #1
    My images are displaying in IE6, but not in FF. I've tried several variations, so I'm guessing I must be overlooking something simple. But simple or not, can someone suggest a solution?


    #body {
    margin:5px;
    background:url("C:/Documents and Settings/img/bg.jpg") no-repeat;
    width:662px;
    height:147px;
    padding:10px 0 0 10px;
    }


    Thanks for any all all assistance.
     
    geoscodin, Feb 25, 2007 IP
  2. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #2
    Are we talking about a localhost installation?
    I might be guessing wrong here but try changing your image location to a folder that does not contain spaces in the name like in "Documents and Settings".
    Still I believe you're using wrong filepath right there..
     
    Clive, Feb 25, 2007 IP
  3. geoscodin

    geoscodin Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Ugh. I knew it must be something simple. I was testing locally before moving it online "thinking" I was saving time. Don't worry, I won't make the mistake of thinking again.

    Thank you much, Clive! Works like a charms once I ftp it.
     
    geoscodin, Feb 25, 2007 IP
  4. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #4
    Yep, glad I could give you some clue to the solution ;)
     
    Clive, Feb 25, 2007 IP