latest 스크롤 위로 움직이는 배너
페이지 정보
본문
글쓴이 : 해피정 (58.♡.246.74) 날짜 : 07-07-22 10:38
http://sir.co.kr/bbs/tb.php/g4_skin/14908 스킨을 약간 수정하였습니다.
기존스킨에서 아쉬웠던 이미지 주변의 간격이 변형이 안된다는 점을 수정했습니다.
스킨사용방법은 기존과 동일합니다.
<? echo latest("스킨", "보드 id", 보일게시물개수, 글제목, "한줄에보일 이미지,한번에 보일줄수"); ?>
첨부파일 :
utf-8 : happy_utf8_scroll_banner.zip
euc-kr : happy_kr_scroll_banner.zip
변경된 코드
17~18라인을 아래와 같이 수정
<원본>
$height = $img_height+10;
$line_mod=1;
$box_height = (int)$line_mod * (int)$height;
<수정>
$margin_right = 5; // 이미지 우측 여백
$margin_bottom = 10; // 이미지 아래쪽 여백
$height = $img_height+$margin_bottom;
$line_mod=1;
$box_height = (int)$line_mod * (int)$height;
130라인 ?
<원본>
$img = "<img src=\"$file\" style=\"border:1px solid #efefef;\" border=0 height=\"$img_height\" width=\"$img_width\">";
<수정>
$img = "<img src=\"$file\" style=\"border:1px solid #efefef;margin-right:".$margin_right."px;\" border=0 height=\"$img_height\" width=\"$img_width\">";
http://sir.co.kr/bbs/tb.php/g4_skin/14908 스킨을 약간 수정하였습니다.
기존스킨에서 아쉬웠던 이미지 주변의 간격이 변형이 안된다는 점을 수정했습니다.
스킨사용방법은 기존과 동일합니다.
<? echo latest("스킨", "보드 id", 보일게시물개수, 글제목, "한줄에보일 이미지,한번에 보일줄수"); ?>
첨부파일 :
utf-8 : happy_utf8_scroll_banner.zip
euc-kr : happy_kr_scroll_banner.zip
변경된 코드
17~18라인을 아래와 같이 수정
<원본>
$height = $img_height+10;
$line_mod=1;
$box_height = (int)$line_mod * (int)$height;
<수정>
$margin_right = 5; // 이미지 우측 여백
$margin_bottom = 10; // 이미지 아래쪽 여백
$height = $img_height+$margin_bottom;
$line_mod=1;
$box_height = (int)$line_mod * (int)$height;
130라인 ?
<원본>
$img = "<img src=\"$file\" style=\"border:1px solid #efefef;\" border=0 height=\"$img_height\" width=\"$img_width\">";
<수정>
$img = "<img src=\"$file\" style=\"border:1px solid #efefef;margin-right:".$margin_right."px;\" border=0 height=\"$img_height\" width=\"$img_width\">";
추천0
첨부파일
-
happy_kr_scroll_banner.zip (8.3K)
9회 다운로드 | DATE : 2007-10-18 02:12:21