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>

すべてが必要に応じて機能しますが、2つの間に大きなギャップがあります... imageWrap のすぐ右側にある必要があるバインダーとサムネイルラッパーに関する統計もあります。マージンとパディングに -10em を使用してみましたが、何も機能しません。

これをより適切に表示するにはどうすればよいですか?

4

0 に答える 0