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; }
It's ok, my bad... figured out a way around it using style="background-image:url(images/smokeSignal.jpg); on the form.