
Hi , I want to make an html page like shown in image. Two div next to each other. Div on right has more height. The text starts below div1, but also has to come below div2.
What html should I write for this?
I displayed images next to each other using float:left; But the div containing text starts below div2 , leaving an empty space below div1 to the start of text.
Div2 height not fixed. Div1 has fixed height.
Here is the fiddle
And the CSS
Edit
To rectify the problem pointed out by Sowmya; you need to add following in CSS:
Updated Fiddle