I'm trying to make the transition from tables to CSS, and I need
someone to explain how to achieve the following layout (understanding
the concepts behind this layout will help me considerably in grokking
CSS positioning):
In this example, boxes one and two are wrapped in a box that is 100%
wide.
Box 1:
- variable width (varies by line length)
- nowrap
Box 2:
- 100% of remaining width
Box 2a;
- 50% of box 2
Box 2b:
- 50% of box 2
Thanks.
someone to explain how to achieve the following layout (understanding
the concepts behind this layout will help me considerably in grokking
CSS positioning):
In this example, boxes one and two are wrapped in a box that is 100%
wide.
Box 1:
- variable width (varies by line length)
- nowrap
Box 2:
- 100% of remaining width
Box 2a;
- 50% of box 2
Box 2b:
- 50% of box 2
Thanks.
Comment