【发布时间】:2012-09-07 17:43:06
【问题描述】:
如何才能在每个新闻提要的左上角正确对齐缩略图?
这是每个项目的提要的代码,我无法更改下面的格式,因为它是来自外部站点的 rss 提要
<style>
img{
float: left;
width: 100px;
height: auto;
}
.feed-item-title{
clear:right;
}
</style>
<div class="feed-item">
<h3 class="feed-item-title">
<a href="" target="_blank">Rihanna Hug During VMA Show</a>
</h3>
<div class="feed-item-body">
Former couple share embrace on night when both won major awards.<br />By Hosten
<a href="">
<img type="photo" src="281x211.jpg" />
</a>
<br />
</div>
</div>
非常感谢。
【问题讨论】: