28-Dec-07 (Created: 28-Dec-07) | More in 'CSS'

three-column-mp-ver1.css

/* ************************************************* * Main set of rows ************************************************* */ #wrapper { width:100%; border-spacing:0; border-collapse:collapse; border:1px solid blue; } div#row1,div#row2,div#row3,div#row4 { border-bottom:1px solid green; } p.attention { font-style:italic; color:green; } /* ************************************************* * row3 details ************************************************* */ table#row3-table-id { width:100%; border-spacing:0; border-collapse:collapse; } td#row3-table-left-td-id { width:100px; vertical-align:top; } div#row3-table-left-td-div-id { width:100px; } td#row3-table-right-td-id { } /* ************************************************* * row3/content details ************************************************* */ table#content-table { border-spacing:0; border-collapse:collapse; width:100%; } #content-table { height:100%; } td#main { vertical-align:top; border-right:1px solid red; border-left:1px solid red; } td#right { width:200px; vertical-align:top; } div#right-div-id { width:200px; }