I have a page which is designed using CSS layout. It has a simple form where two spans are used as columns. In the 1st span, i have used float:left and width to create width of the 1st column. In the second span when i have more data (say more than 3 lines) then the third line is coming from the extreme left instead of confining to the second column.
If i specify width and float for the second column(span) also then it works. But i don't want to do that in that way.
Using display:block is also not solving the problem completely. Please help me in resolving this problem.


