ここにサンプルコード
<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要素をラップする必要があります