I want to have 2 columns stuck to the sides, each with an exact width in pixels (30px in this case) and between them another div that fills the remaining space.
|-----------100%-----------|
|30px || remaining ||30px |
+-----++------------++-----+
| || || |
| || || |
| 1 || 2 || 3 |
| || || |
+-----++------------++-----+
| |
| -- float:right
---- float:left
How can I achieve this with only pure css?
