vincentlauv
07-01-2011, 06:07 AM
hi
I want to make two column layout. Can we make css layout with two column with fixed and fluid layout ?
#main {width: 100%; clear: both;}
#colum-left {
float : left;
width: 15%;
padding : 2px;
margin : 0;
}
#colum-right {
float : right;
width: 83%;
padding : 0px;
margin : 0;
background : #ffffff;
}
The problem is when i view in 650px it got too narrow at left side ?
I want to make two column layout. Can we make css layout with two column with fixed and fluid layout ?
#main {width: 100%; clear: both;}
#colum-left {
float : left;
width: 15%;
padding : 2px;
margin : 0;
}
#colum-right {
float : right;
width: 83%;
padding : 0px;
margin : 0;
background : #ffffff;
}
The problem is when i view in 650px it got too narrow at left side ?