I would like to achieve the following placement:
Two different texts (in block) floating / inline next to image. (Everything inside div).
I have been trying
try this.....should work
html:
css:
#testDiv { float:left; width: 360px; } #testDiv .imgContainer { float:left; width:120px; height:90px; } #testDiv .textContainer { float:left; width:240px; height:90px; overflow:hidden }