我在我的视图中显示以下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版本中将标签和图像对齐。