Can I write like this?
Code:
.container{width:608px; overflow: auto; background:transparent;}
.img{width:15px; height:15px;}
<div class="container">
<img src="rightimage.png" alt="alt text" />
<img src="leftimage.png" style="float: left; " alt="alt text" />
</div>
Last edited by chrishirst; 12-20-2010 at 06:20 AM..
|