I have two column layout. Left column has set width of 200px and its floated left. my right column has to stay without set width. I want the elements inside that div to rearrange (jump to next line) is the size of the window change. All of those elements will be floating left.
Right now the whole right column jumps under the left column.
How can do it so it stays next to left column and adjust to window size???
Is this even possible?
Thank you