I am trying to get two divs to float side by side.
I came across a solution that only works with text: http://jsfiddle.net/Sy392/2/
For this, I am using table-cell :
.dablock {
display:table-cell;
}
However, if there is an image replacing the text, the "floating" effect doesn't work. http://jsfiddle.net/Sy392/1/
Thank you in advance for your assistance :)