위의 사진처럼 with item과 게시판이 겹쳐버리네요...ㅜㅜ
with item을 게시판 위로올리려고 계속 시도를 해보지만 고쳐지지가 않습니다..ㅠ
여러분 좀 도와주세요
아래는 html태그에요..
혹시 css를 손대줘야되는건지..;;
<!--<html태그부분>
<!-- 관련상품 -->
<div module="product_relation" id=product_related>
<h3>WITH ITEM</h3>
<div module="product_relationlist" id=thumbnail_related>
<ul>
<li class="item"><a href="/product/detail.html{$param}"><img src="{$img}" alt="" class="thumb" /></a> <p><a href="/product/detail.html{$param}">{$name|cut:20,...}</a></p></li>
<li class="item"><a href="/product/detail.html{$param}"><img src="{$img}" alt="" class="thumb" /></a> <p><a href="/product/detail.html{$param}">{$name|cut:20,...}</a></p></li>
<li class="item"><a href="/product/detail.html{$param}"><img src="{$img}" alt="" class="thumb" /></a> <p><a href="/product/detail.html{$param}">{$name|cut:20,...}</a></p></li>
<li class="item"><a href="/product/detail.html{$param}"><img src="{$img}" alt="" class="thumb" /></a> <p><a href="/product/detail.html{$param}">{$name|cut:20,...}</a></p></li>
</ul>
</div>
</div>
<!-- 관련상품 -->
<!-- 상품사용후기 -->
<div id=product_review>
<div class=product_board>
<h3>Review</h3>
<div module="product_review">
<!--@js(/js/module/product/review.js)-->
<table border=0 cellpadding=0 cellspacing=0 id=coupon_table>
<colgroup>
<col style="width:50px;" />
<col style="width:auto" />
<col style="width:100px;" />
<col style="width:80px;" />
<col style="width:50px;" />
<col style="width:90px;" />
</colgroup>-->
.
.
.
.