How can i align image to the left and some text to right top and some text on right bottom ? The parent div has a background image .
<div id="parent" style="background: url(bg.jpg) repeat-x left top">
<img src="a.png"> <!--align left-->
"Some text A" <!-- align on right top -->
"Some text B" <!-- align on right bottom -->
</div>
Thanks in advance 🙂
You can try something like this : My Fiddle
Preview
CSS
HTML