how to increase the left div size within the right div in css.
- by sabuj
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;
}