日期:2014-05-17 浏览次数:20740 次
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Float</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<style type="text/css">
.style{background-color:Gray;border:solid 1px red;overflow:hidden;zoom:1}
.style1{float:left;width:50px;height:50px;}
</style>
</head>
<body>
<div class="style">
<img class="style1" src="adsl.JPG" />
this is a text is some text this is sometext
this is a text is some text this is sometext
this is a text is some text this is sometext
this is a text is some text this is sometext
this is a text is some text this is sometext
</div>
</body>
</html>