代码一模一样,头像弄不到左边去
<style>
body,p,h1,h2,h3,h4,h5,h6.form,ul,ol,hr{margin:0; padding:0; font:14px/1.5,
normal,"Arial","sans-serif","微软雅黑","宋体","Tahoma"; color:#666}
ul,ol{ list-style:none}
.demo01{ width:600px;}
.demo01.left{width:100px; float:left}
.demo01.right{ width:500px; float:right}
</style>
</head>
<body>
<div class="demo01">
<div class="left">
<img src="小丸子.jpg" width="96" height="99" />
</div>
<div class="right">
<h6>小王子</h6>
<p>发言事实上事实上事实上事实上事实上事实上事
实上事实上事实上事实上事实上事实上事实上事实上事实上事
实上事实上事实上事实上事实上</p><br/>
<span>10分钟之前</span>
</div>
</div>
</body>