I'm having a brain drain and need some help.  I have a div that I want 
to have automatically resize itself down the page as content is added to 
it.  I want to be able to continue to add paragraphs or images in the 
div and in doing so, have the content move down the page as needed.  I 
tried adding height: 100%; but that didn't work.  I am obviously doing 
something wrong, but I can't figure out what it is.  Here is the div so far;
 
.main_content {
    background-color:#ffffff;
    border: none;
    position: absolute;
    top: 188px;
    left: 261px;
    width: 480px;
    margin: 0px;
    padding: 0px;
    }

Thanks for any help.

marlene

______________________________________________________________________
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