팁이라기보단 SIR 에 실제 쓰인 그대로를 옮겨봅니다.
주의! doctype 혹은 기타 css 충돌 등으로 100% 실행되지 않을 수 있습니다. 자신의 사이트에 맞춰서 변경해 쓰세요.
1. 최근게시물을 불러올 자리 마크업
dtd html5 이시면 section 을 그대로 사용하셔도 되지만, 아닌 경우 section 을 div 로 변경하고 사용하세요.
<section id='i_hot'>
<h2><span></span>최근 뜨는 스킨</h2>
<ul>
<li id='i_hot_skin'>
<h3><span></span>스킨</h3>
최근게시물 불러오는 자리
<div><a href='<?=$g4['path']?>/bbs/board.php?bo_table=g4_skin'><span></span>더보기</a></div>
</li>
<li id='i_hot_bd'>
<h3><span></span>빌더</h3>
최근게시물 불러오는 자리
<div><a href='<?=$g4['path']?>/bbs/board.php?bo_table=g4_builder'><span></span>더보기</a></div>
</li>
</ul>
</section>
2. 최근게시물 스킨
latest.skin.php 로 만들 소스
<ol>
<?
//for 문 자리 : 기본 베이직 최근게시물 스킨을 참조해서 코드를 넣으세요.
?>
<li>
<a href='<?=$list[$i]['href']?>'><span class='i_hot_title'><?=$list[$i]['subject']?></span></a>
<span class='i_senskin_author'><?=$list[$i]['tmp_name']?></span>
<span class='i_senskin_date'><?=$date?></span>
</li>
<?
//for 문 끝나는 자리
?>
</ol>
3. CSS
<style>
#i_hot {clear:both;position:relative;margin-bottom:5px;width:100%;height:225px;background:url('../img/index.png') #000 0 -190px;zoom:1}
#i_hot:after {display:block;visibility:hidden;clear:both;height:0;content:""}#i_hot h2, #i_hot h3 {width:0;height:0;overflow:hidden}
#i_hot ul {position:relative}
#i_hot ul li {position:relative;float:left;padding-top:80px;padding-left:47px;width:393px}
#i_hot ul li ol {list-style:none}
#i_hot ul li ol li {display:none;float:none;padding:0;padding-top:4px;height:26px;width:auto}
#i_hot ul li ol li span {display:inline-block}
#i_hot ul li ol li .i_hot_title {margin-right:10px;width:230px;height:13px;color:#7aa6c7;vertical-align:middle;overflow:hidden}
#i_hot ul li ol li .i_hot_author {margin-right:5px;width:82px;color:#8596a2;text-align:center}
#i_hot ul li ol li .i_hot_date {width:50px;color:#8596a2;text-align:center}
#i_hot #i_hot_skin div {position:absolute;top:50px;left:130px;width:60px;height:20px}
#i_hot #i_hot_skin div span {display:block;position:absolute;top:0;left:0;width:60px;height:20px;background:url('../img/index.png') -130px -240px}#i_hot #i_hot_bd div {position:absolute;top:50px;left:120px;width:60px;height:20px}
#i_hot #i_hot_bd div span {display:block;position:absolute;top:0;left:0;width:60px;height:20px;background:url('../img/index.png') -560px -240px}
</style>
4. jquery
jquery 는 하단에 넣으시기 바랍니다.
<script>
$(document).ready(function(){
// ///////////SENSATIONAL SKIN 롤링
var $intervalll = 0; // 롤링 간격 설정
for (var i=1; i<6; i++ ) {
if (i > 1) { $intervalll = $intervalll + 1000; } // 첫 롤링은 바로 실행
$('#i_hot ul li ol li:nth-child('+i+')').delay($intervalll).slideDown('fast');
}});</script>
5. 사용된 이미지
이미지에서 해당부분만 잘라내서 사용하세요.
이 이미지를 그대로 사용하지 않을 경우 수정해야 하는 부분#i_hot {clear:both;position:relative;margin-bottom:5px;width:100%;height:225px;background:url('../img/index.png') #000 0 -190px;zoom:1}#i_hot #i_hot_skin div span {display:block;position:absolute;top:0;left:0;width:60px;height:20px;background:url('../img/index.png') -130px -240px}#i_hot #i_hot_bd div span {display:block;position:absolute;top:0;left:0;width:60px;height:20px;background:url('../img/index.png') -560px -240px}
하늘색 부분을 자신의 사이트 경로에 맞게 수정하세요.

클릭하시면 원본 사이즈로 다운받으실 수 있습니다. ㅎㅎㅎ
댓글 9개
웹팩토리아
13년 전
지운아빠님 기대~!! 저메인에있는거를해보고 싶어서요
웹팩토리아
13년 전
아 모르겠어요 ㅠㅠ 최근게시물 스킨하나만 만들어주심안될까요 ㅠㅠ 부탁좀드릴께요
13년 전
지운아빠님의 강의를 보고 한달 정도는 노력해 보시고 하셔야 하는 말씀아닐까 싶네요
웹팩토리아
13년 전
ㅠㅠ
13년 전
보고도 잘 모르겠어요..ㅎㅎ지운아빠님 강의 어디서 보죠?
13년 전
<span></span>은 뭐죵?;;
13년 전
이렇게 저렇게 만져보세요. ㅎㅎ
13년 전
여튼 좋은 소스 공개해주셔서 감사합니다 ㅠ
13년 전
걍 소스보기만 해도 나오는 건데요 뭘;;
어디에 어떻게 들어가있다만 정리한 겁니다.
어디에 어떻게 들어가있다만 정리한 겁니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5430 | 13년 전 | 1444 | ||
| 5429 |
phpman
|
13년 전 | 860 | |
| 5428 | 13년 전 | 1257 | ||
| 5427 |
phpman
|
13년 전 | 848 | |
| 5426 |
PHPㅡASP프로그래머
|
13년 전 | 1089 | |
| 5425 | 13년 전 | 792 | ||
| 5424 | 13년 전 | 737 | ||
| 5423 | 13년 전 | 732 | ||
| 5422 | 13년 전 | 1835 | ||
| 5421 |
PHPㅡASP프로그래머
|
13년 전 | 810 | |
| 5420 |
|
13년 전 | 1635 | |
| 5419 | 13년 전 | 820 | ||
| 5418 | 13년 전 | 709 | ||
| 5417 | 13년 전 | 624 | ||
| 5416 | 13년 전 | 989 | ||
| 5415 | 13년 전 | 790 | ||
| 5414 | 13년 전 | 725 | ||
| 5413 | 13년 전 | 790 | ||
| 5412 | 13년 전 | 1353 | ||
| 5411 | 13년 전 | 864 | ||
| 5410 | 13년 전 | 1270 | ||
| 5409 | 13년 전 | 4251 | ||
| 5408 | 13년 전 | 987 | ||
| 5407 |
ckflower
|
13년 전 | 2426 | |
| 5406 |
ddokkani
|
13년 전 | 1379 | |
| 5405 | 13년 전 | 1591 | ||
| 5404 | 13년 전 | 662 | ||
| 5403 | 13년 전 | 695 | ||
| 5402 |
밤거리빵빵
|
13년 전 | 6023 | |
| 5401 |
PHPㅡASP프로그래머
|
13년 전 | 975 | |
| 5400 |
|
13년 전 | 1191 | |
| 5399 | 13년 전 | 4991 | ||
| 5398 |
부산아무개
|
13년 전 | 1646 | |
| 5397 | 13년 전 | 2450 | ||
| 5396 | 13년 전 | 1847 | ||
| 5395 | 13년 전 | 1052 | ||
| 5394 | 13년 전 | 1125 | ||
| 5393 | 13년 전 | 1043 | ||
| 5392 |
아르toria
|
13년 전 | 760 | |
| 5391 |
|
13년 전 | 1145 | |
| 5390 |
디지털홍익인간
|
13년 전 | 7703 | |
| 5389 | 13년 전 | 3107 | ||
| 5388 | 13년 전 | 870 | ||
| 5387 |
WaaNee
|
13년 전 | 1909 | |
| 5386 | 13년 전 | 2104 | ||
| 5385 | 13년 전 | 4624 | ||
| 5384 | 13년 전 | 935 | ||
| 5383 | 13년 전 | 2131 | ||
| 5382 | 13년 전 | 664 | ||
| 5381 |
JacobJeon
|
13년 전 | 1083 | |
| 5380 | 13년 전 | 1137 | ||
| 5379 | 13년 전 | 686 | ||
| 5378 | 13년 전 | 10467 | ||
| 5377 | 13년 전 | 860 | ||
| 5376 | 13년 전 | 1459 | ||
| 5375 | 13년 전 | 838 | ||
| 5374 | 13년 전 | 846 | ||
| 5373 | 13년 전 | 2066 | ||
| 5372 | 13년 전 | 1694 | ||
| 5371 |
|
13년 전 | 1639 | |
| 5370 | 13년 전 | 2906 | ||
| 5369 |
아자12345
|
13년 전 | 1012 | |
| 5368 | 13년 전 | 707 | ||
| 5367 | 13년 전 | 1085 | ||
| 5366 | 13년 전 | 2151 | ||
| 5365 | 13년 전 | 1568 | ||
| 5364 | 13년 전 | 1094 | ||
| 5363 |
|
13년 전 | 1356 | |
| 5362 | 13년 전 | 817 | ||
| 5361 | 13년 전 | 1351 | ||
| 5360 | 13년 전 | 711 | ||
| 5359 | 13년 전 | 1369 | ||
| 5358 | 13년 전 | 1199 | ||
| 5357 | 13년 전 | 1597 | ||
| 5356 | 13년 전 | 1096 | ||
| 5355 |
techer
|
13년 전 | 1351 | |
| 5354 |
|
13년 전 | 1012 | |
| 5353 | 13년 전 | 741 | ||
| 5352 | 13년 전 | 824 | ||
| 5351 | 13년 전 | 1201 | ||
| 5350 | 13년 전 | 742 | ||
| 5349 |
|
13년 전 | 1444 | |
| 5348 | 13년 전 | 854 | ||
| 5347 | 13년 전 | 759 | ||
| 5346 | 13년 전 | 872 | ||
| 5345 | 13년 전 | 816 | ||
| 5344 |
후라보노보노
|
13년 전 | 1960 | |
| 5343 | 13년 전 | 1158 | ||
| 5342 | 13년 전 | 1125 | ||
| 5341 | 13년 전 | 2075 | ||
| 5340 |
|
13년 전 | 1117 | |
| 5339 |
AMDbest
|
13년 전 | 739 | |
| 5338 | 13년 전 | 737 | ||
| 5337 |
프로프리랜서
|
13년 전 | 1477 | |
| 5336 |
프로프리랜서
|
13년 전 | 922 | |
| 5335 | 13년 전 | 722 | ||
| 5334 |
|
13년 전 | 974 | |
| 5333 | 13년 전 | 2837 | ||
| 5332 | 13년 전 | 1519 | ||
| 5331 | 13년 전 | 1322 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기