[thelist] 3 column liquid CSS layout... needs two columns in second column. Please help.

Lonnie kr43m0r at earthlink.net
Mon Feb 9 19:04:01 CST 2004


<><><><><><><><><><><><><><><><>
I created two new styles for the two columns:
#centercontent .left
{
    position: absolute;
    margin: 0px 52% 0px 20px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}

#centercontent .right
{
    position: absolute;
    margin: 0px 20px 0px 52%;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}
<><><><><><><><><><><><><><><><>

position:absolute; requires a positioned parent. Is #centercontent
positioned?




More information about the thelist mailing list