这里示例代码
<div id="field_one">
<p> ndustry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchange</p>
<div id="field_two">
<ul>
<li>one</li>
<li>one</li>
<li>one</li>
</ul>
</div>
</div>
CSS
div#field_one {
width:400px;
height: 200px;
float: left;
}
div#field_two{
float:right;
width:200px;
height: 100px;
background: green
}
我需要你将文本包裹在块元素周围,并与他处于同一水平;这是我想要实现的jsfiddle上的链接,但文本应该包含该 div 元素