This is what I try to achieve: the divs sharing the same space in equal proportion.
With the three divs being aligned at the right of each other.
<div>
<div>
<p>MyContentA</></p>
</div>
<div>
<p>MyContentB</></p>
</div>
<div>
<p>MyContentC</></p>
</div>
</div>
I’m playing with the float style and I can’t figure out the way it works… It never does what I want, there’s always a new line between the elements: I want them side by side.
CSS
HTML
Example : http://jsfiddle.net/7uE84/
You can also change the child class to 1 class… i just made 3 so you can see all 3 of them in that parent div.