treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Background Image Vanishing Act Using WP-Framework

  • I am building my first theme for a site using the wp-framework. The page validates. It renders correctly except in ie7. Ie7 does not show the .container background image.

    I have tired messing with position: relative of the containing element, the height 1% / auto fix I read about and several others.

    I am not sure what else to look at. Any assistance is appreciated.

    http://www.utahbirthcenter.com/?page_id=64

    Seth
  • Have you tried adding "overflow:auto" to the .container? That will often fix issues with backgrounds not displaying correctly when divs inside the .container uses floats.
  • I just tried that. No luck.

    I also commented out the #content div that seemed to be redundant. But that did not seem to affect anything.