I'm not sure what to call this problem... When you narrow the width of the
browser window far enough, the right-side div breaks and shows up below the
two left columns (green and blue) in IE 6. Doesn't happen in FF. 

http://www.parallaxwebdesign.com/projects/parallax_r2/

#content-right {
        margin-left: 0;
        padding: 0;
        height: 299px;
        color: black;
        background-color: transparent;
        text-align: left;
        overflow: scroll;
        overflow-x: hidden;
}

Here's the overall container div in which the three columns sit:

#container {
        clear: both;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: white;
        background-image: url(graphics/linepattern_green.jpg);
        border-top: 1px solid white;
}

What is this problem called, if it has a specific name? And what can I do
about it? Thanks

--------------------------------
Debbie Campbell 
http://www.parallaxwebdesign.com


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to