CSS background image not showing in IE, Only FF

Discussion in 'CSS' started by skmbede, Aug 23, 2007.

  1. #1
    Hi, i'm new here and think this is a great site...esp for newbies like me.
    I have the css class that has a background image. the image shows in FireFox but does not on IE7.

    Please help, i'd appreciate it very much.
    Relevant css code:

    /* styles for contact form */
    #contactForm {
    background-repeat: no-repeat;
    width: 580px;
    background-image: url(../images/smokeSignal.jpg);
    }
    #name, #email, #phone {
    width: 200px;
    }
    #message {
    width: 300px;
    height: 150px;
    }
    label, .warning {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    }
    .warning {
    color: #F00;
    }
     
    skmbede, Aug 23, 2007 IP
  2. skmbede

    skmbede Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It's ok, my bad... figured out a way around it using style="background-image:url(images/smokeSignal.jpg); on the form.
     
    skmbede, Aug 23, 2007 IP