Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background Image Vanishing Act Using WP-Framework

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28906
    sBowers
    Participant

    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

    #74988

    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.

    #74989
    sBowers
    Participant

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.