0

我正在尝试将其显示在左侧-

<div id="imageWrap">
          <img id="bigpic" src="pictures/3inchBinders/3inLarge.jpg" 
          height="200" width="175" alt="3 inch Binder" />
</div>

这将在 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 作为边距和填充,但没有任何效果。

我怎样才能让它更正确地显示?

4

0 回答 0