쇼핑몰: listcategory(n).inc.php 헤딩

This commit is contained in:
whitedot
2013-05-02 21:56:06 +09:00
parent 11bf9c9787
commit 84fa88ff4c
4 changed files with 10 additions and 6 deletions

View File

@ -318,6 +318,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important
/* 상품 목록 카테고리 목록 */ /* 상품 목록 카테고리 목록 */
.sct_ct {} .sct_ct {}
.sct_ct h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sct_ct ul {margin:0 0 10px;padding:10px;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1} .sct_ct ul {margin:0 0 10px;padding:10px;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1}
.sct_ct ul:after {display:block;visibility:hidden;clear:both;content:''} .sct_ct ul:after {display:block;visibility:hidden;clear:both;content:''}
.sct_ct a {text-decoration:none} .sct_ct a {text-decoration:none}

View File

@ -24,10 +24,11 @@ while ($row=sql_fetch_array($result)) {
if ($exists) { if ($exists) {
?> ?>
<div id="sct_ct_1" class="sct_ct"> <aside id="sct_ct_1" class="sct_ct">
<h2>현재 상품 분류와 관련된 분류</h2>
<ul> <ul>
<?php echo $str; ?> <?php echo $str; ?>
</ul> </ul>
</div> </aside>
<?php } ?> <?php } ?>

View File

@ -58,10 +58,11 @@ if (!$exists) {
if ($exists) { if ($exists) {
?> ?>
<div id="sct_ct_2" class="sct_ct"> <aside id="sct_ct_2" class="sct_ct">
<h2>현재 상품 분류와 관련된 분류</h2>
<ul> <ul>
<?php echo $str; ?> <?php echo $str; ?>
</ul> </ul>
</div> </aside>
<?php } ?> <?php } ?>

View File

@ -22,10 +22,11 @@ while ($row=sql_fetch_array($result)) {
if ($exists) { if ($exists) {
?> ?>
<div id="sct_ct_3" class="sct_ct"> <aside id="sct_ct_3" class="sct_ct">
<h2>현재 상품 분류와 관련된 분류</h2>
<ul> <ul>
<?php echo $str; ?> <?php echo $str; ?>
</ul> </ul>
</div> </aside>
<?php } ?> <?php } ?>