Sun, 2008-01-27 16:06
Hello
I have 3 divs which contain text of a variable length that I want to be displayed inline, in only 1 text line. The first and the second div have float:left; while the third have float:right;.
The issue I have is when the middle div have a very long text inside that won't fit. I've put a fixed height and overflow:hidden on it, but it is not working unless I also put a fixed width, which I really try to avoid.