我有以下 html 显示在我的视图中。它在 chrome 和 firefox 中的渲染效果很好。图像在 Internet Explorer * 版本的下一行呈现
<form class="form-search" action="">
<div class="well inline" style="padding: 10px 10px 5px 10px;margin-bottom:10px">
<div class="input-append">
<input type="text" id="searchText" name="searchText" class="input-xlarge search-query" />
<button type="submit" class="btn btn-primary">Search</button>
</div>
<a class="btn" href="#" style="padding: 4px 6px">Clear</a>
<div class="pull-right">
<span class="label label-info inline" style="font-size: 10px">Status :</span>
<abbr title="Status1">
<img src="/Content/common/images/check.png" style="width: 16px; height: 16px" alt="Status1" /></abbr>
<abbr title="Status2">
<img src="/Content/common/images/x.png" style="width: 16px; height: 16px" alt="Status2" /></abbr>
<abbr title="Status3">
<img src="/Content/common/images/y.png" style="width: 16px; height: 16px" alt="Status3" /></abbr>
</div>
</div>
</form>
下面附上截图。
任何人都可以建议如何在 ie7 和 8 版本中将标签和图像对齐。