Associate
- Joined
- 3 Jun 2007
- Posts
- 34
Hi
Does anyone know of a way to do the following?
float: left; float: right;
width: 100%; width: 120px;
------------------------------------- -----------------
------------------------------------- -----------------
Basically what i'm looking for is a two column layout, by floating 2 div's and having one set to 100% and the other at a fixed width of 120px ... but it won't let me do this!, it the right column will drop below the left column because the left is set to 100%.
Does anyone know of a way to get round this?
Does anyone know of a way to do the following?
float: left; float: right;
width: 100%; width: 120px;
------------------------------------- -----------------
------------------------------------- -----------------
Basically what i'm looking for is a two column layout, by floating 2 div's and having one set to 100% and the other at a fixed width of 120px ... but it won't let me do this!, it the right column will drop below the left column because the left is set to 100%.
Does anyone know of a way to get round this?