Html 尝试获得IE8 CSS float:top(我知道不存在这样的东西)

Html 尝试获得IE8 CSS float:top(我知道不存在这样的东西),html,css,internet-explorer-8,Html,Css,Internet Explorer 8,我想把它显示在左边-- 这将在imageWrap下面 <div class="thumbnail-wrapper" align="justify"> <a href="#" class="thumbnail" data-index="0"> <img height="75" width="75" src="pictures/other

我想把它显示在左边--


这将在imageWrap下面

<div class="thumbnail-wrapper" align="justify">
                <a href="#" class="thumbnail" data-index="0">
                    <img height="75" width="75" 
                            src="pictures/other/backSide.JPG" /></a>           
                <a href="#" class="thumbnail" data-index="1">
                    <img height="75" width="75" 
                            src="pictures/other/underSide.jpg" /></a>
                <a href="#" class="thumbnail" data-index="2">
                    <img height="75" width="75" 
                            src="pictures/other/open180logoTwo.jpg" /></a> 
                </div>

所有这些都是我所需要的,但是两者之间有一个很大的差距。。。我还有一些关于活页夹的统计信息,需要放在imageWrap和缩略图包装的右边。这是我的问题,因为我无法对齐顶部,所以我尝试使用-10em作为边距和填充,但没有任何效果


我如何才能让它更正确地显示?

不完全确定您需要什么,您可以显示您当前编写的css吗?您是否有一个屏幕截图,说明它是如何显示的,以及您希望它与当前css一起显示的方式。也许是胡闹没必要否决某个新加入SO的人
<div class="thumbnail-wrapper" align="justify">
                <a href="#" class="thumbnail" data-index="0">
                    <img height="75" width="75" 
                            src="pictures/other/backSide.JPG" /></a>           
                <a href="#" class="thumbnail" data-index="1">
                    <img height="75" width="75" 
                            src="pictures/other/underSide.jpg" /></a>
                <a href="#" class="thumbnail" data-index="2">
                    <img height="75" width="75" 
                            src="pictures/other/open180logoTwo.jpg" /></a> 
                </div>