Currently I have two divs:
<div id="first">gdsgdsgsd</div><div id="second">aaaaaaa</div>
and the output is:
gdsgdsgsd
aaaaaaa
However I would like to have the output as:
gdsgdsgsdaaaaaaa
Here's a very plain fiddle for that :) http://jsfiddle.net/6oqrj9oo/1/
Do you have any advices for fixing that? Thanks