팁이라기보단 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년 전
걍 소스보기만 해도 나오는 건데요 뭘;;
어디에 어떻게 들어가있다만 정리한 겁니다.
어디에 어떻게 들어가있다만 정리한 겁니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5730 | 13년 전 | 769 | ||
| 5729 | 13년 전 | 3586 | ||
| 5728 | 13년 전 | 1158 | ||
| 5727 |
freejazzme
|
13년 전 | 1112 | |
| 5726 | 13년 전 | 1448 | ||
| 5725 |
itlang
|
13년 전 | 430 | |
| 5724 | 13년 전 | 508 | ||
| 5723 |
crocojea
|
13년 전 | 1489 | |
| 5722 | 13년 전 | 1983 | ||
| 5721 | 13년 전 | 712 | ||
| 5720 |
쿠우우우우
|
13년 전 | 471 | |
| 5719 | 13년 전 | 613 | ||
| 5718 |
|
13년 전 | 591 | |
| 5717 | 13년 전 | 1446 | ||
| 5716 |
|
13년 전 | 1035 | |
| 5715 | 13년 전 | 468 | ||
| 5714 | 13년 전 | 472 | ||
| 5713 | 13년 전 | 537 | ||
| 5712 |
|
13년 전 | 775 | |
| 5711 | 13년 전 | 697 | ||
| 5710 |
minini
|
13년 전 | 489 | |
| 5709 |
|
13년 전 | 1331 | |
| 5708 | 13년 전 | 683 | ||
| 5707 | 13년 전 | 5859 | ||
| 5706 |
오니기리죠
|
13년 전 | 1023 | |
| 5705 |
HSEngine
|
13년 전 | 657 | |
| 5704 |
Giggle
|
13년 전 | 1697 | |
| 5703 | 13년 전 | 505 | ||
| 5702 |
AMDbest
|
13년 전 | 1422 | |
| 5701 |
|
13년 전 | 2890 | |
| 5700 | 13년 전 | 501 | ||
| 5699 |
미션임파썩을
|
13년 전 | 540 | |
| 5698 | 13년 전 | 625 | ||
| 5697 | 13년 전 | 533 | ||
| 5696 | 13년 전 | 442 | ||
| 5695 |
|
13년 전 | 699 | |
| 5694 | 13년 전 | 439 | ||
| 5693 | 13년 전 | 977 | ||
| 5692 | 13년 전 | 949 | ||
| 5691 |
쉽다zzz
|
13년 전 | 718 | |
| 5690 | 13년 전 | 474 | ||
| 5689 | 13년 전 | 634 | ||
| 5688 | 13년 전 | 1413 | ||
| 5687 | 13년 전 | 467 | ||
| 5686 | 13년 전 | 2452 | ||
| 5685 |
AMDbest
|
13년 전 | 2158 | |
| 5684 | 13년 전 | 2038 | ||
| 5683 | 13년 전 | 1354 | ||
| 5682 |
AMDbest
|
13년 전 | 676 | |
| 5681 | 13년 전 | 3802 | ||
| 5680 |
|
13년 전 | 1683 | |
| 5679 | 13년 전 | 2088 | ||
| 5678 |
|
13년 전 | 521 | |
| 5677 |
mobiler
|
13년 전 | 465 | |
| 5676 | 13년 전 | 1603 | ||
| 5675 | 13년 전 | 588 | ||
| 5674 |
PHPㅡASP프로그래머
|
13년 전 | 1817 | |
| 5673 |
PHPㅡASP프로그래머
|
13년 전 | 1491 | |
| 5672 |
PHPㅡASP프로그래머
|
13년 전 | 1280 | |
| 5671 |
PHPㅡASP프로그래머
|
13년 전 | 1212 | |
| 5670 |
PHPㅡASP프로그래머
|
13년 전 | 4608 | |
| 5669 | 13년 전 | 3050 | ||
| 5668 | 13년 전 | 1412 | ||
| 5667 | 13년 전 | 492 | ||
| 5666 | 13년 전 | 1142 | ||
| 5665 |
Darby
|
13년 전 | 1604 | |
| 5664 | 13년 전 | 1338 | ||
| 5663 | 13년 전 | 1122 | ||
| 5662 | 13년 전 | 786 | ||
| 5661 | 13년 전 | 449 | ||
| 5660 | 13년 전 | 841 | ||
| 5659 | 13년 전 | 710 | ||
| 5658 | 13년 전 | 531 | ||
| 5657 | 13년 전 | 536 | ||
| 5656 | 13년 전 | 990 | ||
| 5655 | 13년 전 | 437 | ||
| 5654 | 13년 전 | 390 | ||
| 5653 |
졸린다젠장
|
13년 전 | 477 | |
| 5652 |
|
13년 전 | 396 | |
| 5651 | 13년 전 | 1028 | ||
| 5650 | 13년 전 | 719 | ||
| 5649 | 13년 전 | 2232 | ||
| 5648 | 13년 전 | 479 | ||
| 5647 | 13년 전 | 757 | ||
| 5646 | 13년 전 | 1493 | ||
| 5645 | 13년 전 | 679 | ||
| 5644 | 13년 전 | 614 | ||
| 5643 |
|
13년 전 | 573 | |
| 5642 |
쿠마하우스
|
13년 전 | 685 | |
| 5641 |
goaway
|
13년 전 | 1084 | |
| 5640 |
쿠마하우스
|
13년 전 | 647 | |
| 5639 | 13년 전 | 674 | ||
| 5638 |
쿠마하우스
|
13년 전 | 989 | |
| 5637 | 13년 전 | 809 | ||
| 5636 | 13년 전 | 1415 | ||
| 5635 |
goaway
|
13년 전 | 910 | |
| 5634 |
lllolll
|
13년 전 | 415 | |
| 5633 | 13년 전 | 962 | ||
| 5632 | 13년 전 | 4272 | ||
| 5631 | 13년 전 | 567 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기