I have a div with several other divs inside it.
I would like to place a an image to the right side of this div.
I’ve tried all types float:left; clear:both;…. but does not work.
Here you can see the complete code of the page.
The div marked in blue, will be on the left, the img marked in red, should be on the right side of the blue div.
P.S. The image is not available, so it will display alternative text, but this should not be important.
You need to add
float:left;todiv#waycontactso it can be in the flow of the structure.See updated updated example here