Fri, 2003-09-05 16:05
On this page I'm trying to place three columns, side-by-side, in an already existing right-side div. Preferrably the colums will be both height and width percentage based so they can stretch to accomodate content and screen resolution.
See the attachment for a visual example of what I'm trying to do.
Normally I would do this with tables, but 1)I suspect the table might wreak havoc on my CSS layout in some browsers and 2)I'd like to do it with CSS.
Can anyone point me in the right direction? Thanks...
Sun, 2003-09-07 20:55
#1
DIVine column addition
Hi KnighrtWolfJK,
Try adding 3 floated columns after content with % widths that add to less then 100% and float each of them left.
You may also have to set a width for content.
Hope thats a start.