쇼핑몰: ie6,7 에서 상품목록 갤러리 뷰 깨지는 문제 수정

This commit is contained in:
whitedot
2013-08-08 16:36:30 +09:00
parent 1edd046f7f
commit c5de9ed870
5 changed files with 15 additions and 15 deletions

View File

@ -23,7 +23,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
}
}
echo "<li class=\"sct_li {$sct_last}\">\n";
echo "<li class=\"sct_li {$sct_last}\" style=\"width:{$this->img_width}px\">\n";
if ($this->href) {
echo "<a href=\"{$this->href}{$row['it_id']}\" class=\"sct_a\">\n";