marketloans
New Member
I have two inline divs which exceed in width the parent's width. Therefore the second div jumps to the next line:http://jsfiddle.net/uVqG6/2/How can I keep both divs on the same line?Adding \[code\]overflow:hidden;\[/code\] to div.a simply hides the second div.