
Op 18-11-09 10:55, Kenny Billiau schreef:
Hi,
I'm trying to find a solution for following CSS problem: two columns and when resizing the window both of them need to resize. This is the same behaviour as when you'd put a two columned table at width:100% and each of it's columns at width:50% (or 40-60, or whatever ratio).
Anyone know how to do this in CSS?
First guess: .col-left{ float: left; width: 50%; } .col-right{ margin-left: 50%; width: 50%; } to easy? T. -- ================================================================== Thomas Van Parys Tel:+32 (0)9 331 36 95 fax:+32 (0)9 3313809 VIB Department of Plant Systems Biology, Ghent University Technologiepark 927, 9052 Gent, BELGIUM thomas.vanparys@psb.vib-ugent.be http://bioinformatics.psb.ugent.be ==================================================================