How to make 3-Column layout with fluid center (fully utilize space), and variable-length on sidebars?
The width of sidebars are depends on the length of sentence, so there is no fixed width.
The center column will occupy the rest of free space.
It can be done easily by using "table" tag. I am not sure how to do it in css.
Thanks.