I'm having trouble on a site I am working on where the middle div
drops down below the container div upon text resize in IE. An example
would be this page http://206.211.80.55/Schools/schools_list.php. It's
not live yet and password protected.

login as administrator wih password dpsweb#55. 

the CSS is at :

http://206.211.80.55/assets/CSS/DPS_global.css

the divs in question are:
#pagecontent with the CSS

#pagecontent {
        width: 50%;
        float: left;
        margin-left: 45px;
        padding-top: 10px;
        height: auto;
        min-height: 100%;
        position: relative;
        display: inline;
}


and #wrapper with the CSS

#wrapper-no-border {
        position: relative;
        text-align: left;
        width: 800px;
        height: 100%;
        min-height: 100%;
}

any suggestion would be helpfull!
-- 
::Bruce::
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to