How to position two images in opposite corners of one div
问题 I am not a CSS guy as you can see and I need little help on how to make this div with two images, like the drawing below 回答1: Thomas is right but there's a even better solution: <style type="text/css"> #content {width: 500px;} .align-left { float: left; } .align-right { float: right; } </style> <div id="content"> <img class="align-left" src="link to your image" alt="description of your image" width="100" height="100" /> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do