how to increase the left div size within the right div in css.

Posted by sabuj on Stack Overflow See other posts from Stack Overflow or by sabuj
Published on 2010-05-24T06:28:38Z Indexed on 2010/05/24 6:31 UTC
Read the original article Hit count: 124

Filed under:

I want to increase the left size along with the right div. But left div didn't behave as i want to be. What is the solution.

I keep the code right here bellow:

countModules('breadcrumb')) { ?>

And the CSS:

bn-leftside{

width:225px;
background:#3e5955;
float:left;
position:relative;
height:auto;

}

bn-rightside{

width:780px;
background:#FFF;
float:right;
position:relative;
height:auto;

}

© Stack Overflow or respective owner

Related posts about css