>>>>I am not sure weather this is a bug, or simply not possible, but I
>>>would prefer to use css rather than throw in a table.

Rob

It must be a bug, as it is perfectly possible to have columns within
columns.

The code you have certainly doesn't work as you don't get two columns even
if you remove the content div.

I would play around with the width of your left and right columns making
sure that these do not have more than a 100% width, including margins and
padding etc and see if these give you two columns on their own before
including within your page.

eg This might be better

#left-column {
        width: 40%;
        float: left;
        margin:5px;


}
#right-column {
        width: 40%;
        float: right;
        padding-bottom: 1em;
        text-align: center;
}


I also think that your initial content div is too small. I prefer to use a
liquid format - covered elsewhere very adequately.


Ian

IY e-Solutions
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.14/222 - Release Date: 05/01/2006


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to