<style type="text/css">
.left{width: 100px;height: 100px;background: blue;float: left;}
.right{width:100px;height: 120px;background: green;}
</style>
</head>
<body >
<div class="left"></div>
<div class="right"></div>
<img src="22.jpg" width="100px" style="float: left;">
<img src="11.jpg" width="100px" >
</body>
qq_初晨_3