Answersy Demo :: DIV Layout
View Source to see detailed code :-)
1.1.1 Filefox will not render the height of the outer DIV
1.1.2 Filefox will render the height of the outer DIV if it has "float:left;"
1.2.1 Two Columns Layout (Not Good)
There is workaround for this, see page: http://www.zeldman.com/daily/1203j.shtml, but so far it is not a clean solution. If you would like to have two columns with the same height, use table instead.
1.2.2.1 Two Columns Layout with Table
|
Left
Left
Left
Left
|
Right
Right
|
1.2.2.2 Adding cellspacing (Not working in FF)
|
Left
Left
Left
Left
|
Right
Right
|
1.2.2.3 Adding border-collapse:separate; and border-spacing
|
Left
Left
Left
Left
|
Right
Right
|
1.3. Layout with left column fixed width
|
Left
Left
Left
Left
|
Right
Right
|