Jump to content

Mergomo

New Members
  • Posts

    2
  • Joined

  • Last visited

Mergomo's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you Virtual and Shilon, I tried that (with the semi-colons at the end) but it didn't work (and the browsers that were working fine stopped displaying the background image - I think because I took out the overflow element)...I've tidied up the code to: #content .distributors { background-image: url('../img/bg_content_awards.gif'); background-repeat: repeat-x; margin-top: 20px; margin-bottom: 20px; padding-left: 35px; overflow: hidden; } BTW, you can see the html in the site in http://www.katpak.com/cat_toilet_distributors.html if it's of any help.
  2. Background image is not rendered in IE6. It?s rendered in Firefox, Safari, IE7 and IE6. The CSS code that I?m using is #content .faqs {background: url('../img/bg_content_faqs.gif') repeat-x; margin-top: 20px; margin-bottom: 20px; padding-left: 35px; overflow: hidden; } Any ideas on what is not working???
×
×
  • Create New...