tehashman
07-10-2008, 07:33 PM
hey i have a two column layout and i want one column to be a fixed width and i want the other to expand the rest of the width.
just wondering if it will work if i float both elements.
eg:
.leftcol {
width:100px;
float:left;
}
.rightcol {
width:100%
float:left;
}
just wondering if it will work if i float both elements.
eg:
.leftcol {
width:100px;
float:left;
}
.rightcol {
width:100%
float:left;
}