Forums

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

Home Forums CSS Gosh-darned IE7 non-expanding div problem

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #31139
    nancyT
    Participant

    Been pulling my hair out trying to figure out a solution to get my div #main to expand to hold the #my_content div (including when dynamic data is loaded.) Everything cool in other browsers, so created conditional style sheet for ie7, but still can’t get the sucker to expand.

    I have tried all kinds of things and for now just set the overflow to auto.

    http://www.oililywholesale.com/storefinder.php

    Have used the .group version of the self-clearing float. No luck. Setting min-height, setting no height, height auto, etc. Still nothing.

    Any help much appreciated!!!!

    (To make things worse I can only test in Adobe Browserlab since my pc for testing went on the fritz.)

    Nancy

    #67673
    danne567
    Member

    First, try changing the order of your stylesheets from


    to


    Reset first, then add the styles.

    #67678
    nancyT
    Participant

    Thanks, that is a ground floor suggestion. I re-ordered the sheets as recommended. This did make a change to font sizes… but not the div getting cut off.

    Appreciate the help – more please???

    #67679
    nancyT
    Participant

    PS – I think it may be related to changing the my_content div to absolute positioning? I did that because it’s top margin disappeared and its position went to the top of the page overlapping other elements.

    However, when not absolute, the containing div seems to have enough height.

    Just a thought.

    #67561
    nancyT
    Participant

    Ah yes. It was indeed related tho I don’t quite know why.

    Left the div as relative and I adjusted the layout by adding padding-top to the enclosing div. All seems well from what I can tell using BrowserLab.

    However since the page loads dynamic data, I’d be grateful for real time testing on IE7 (my pc is still down).

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