here's how I have it

<div id="wrapper">
    <div id="text">
    </div>
</div>

#wrapper {
        position:relative;
        background: url(../images/dwaback.jpg) no-repeat top left;
        height: 500px;
        width: 749px;
        margin:auto;
        margin-top:25px;
        border:4px double black;
        overflow:hidden;
}
#text {
        padding:0;
        margin-top: 220px;
        margin-left: 270px;
        margin-right:15px;
        text-indent: 1em;
        text-align: justify;
        width:479px;
        height:270px;
        overflow:auto;
}


Krishna Murthy Mamidanna wrote:
> Hello one and all,
>
>  
>
> Is there a way that I can get a vertical scroll DIVs. My purpose is that, I
> have a registration type of form. If I click the Preview button, I would
> like to remove all the borders for the DIV and disable the same. Now again
> if the User clicks edit button, the DIV should look like an ASP:Textbox
> (Should have the Vertical scroll bars). 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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