팁이라기보단 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년 전
걍 소스보기만 해도 나오는 건데요 뭘;;
어디에 어떻게 들어가있다만 정리한 겁니다.
어디에 어떻게 들어가있다만 정리한 겁니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5830 | 13년 전 | 1183 | ||
| 5829 | 13년 전 | 5048 | ||
| 5828 | 13년 전 | 6427 | ||
| 5827 | 13년 전 | 1198 | ||
| 5826 |
|
13년 전 | 527 | |
| 5825 | 13년 전 | 893 | ||
| 5824 |
|
13년 전 | 1878 | |
| 5823 | 13년 전 | 5612 | ||
| 5822 |
jfascas
|
13년 전 | 1033 | |
| 5821 | 13년 전 | 1696 | ||
| 5820 | 13년 전 | 1309 | ||
| 5819 |
itlang
|
13년 전 | 506 | |
| 5818 | 13년 전 | 1303 | ||
| 5817 | 13년 전 | 778 | ||
| 5816 | 13년 전 | 623 | ||
| 5815 | 13년 전 | 6130 | ||
| 5814 | 13년 전 | 860 | ||
| 5813 |
악마의유혹
|
13년 전 | 460 | |
| 5812 | 13년 전 | 2796 | ||
| 5811 | 13년 전 | 1171 | ||
| 5810 | 13년 전 | 3531 | ||
| 5809 | 13년 전 | 1350 | ||
| 5808 | 13년 전 | 1060 | ||
| 5807 | 13년 전 | 569 | ||
| 5806 | 13년 전 | 559 | ||
| 5805 |
angrysol
|
13년 전 | 816 | |
| 5804 | 13년 전 | 1004 | ||
| 5803 | 13년 전 | 1724 | ||
| 5802 |
angrysol
|
13년 전 | 1045 | |
| 5801 |
후라보노보노
|
13년 전 | 2135 | |
| 5800 | 13년 전 | 1094 | ||
| 5799 |
|
13년 전 | 4187 | |
| 5798 |
|
13년 전 | 3357 | |
| 5797 |
|
13년 전 | 4932 | |
| 5796 | 13년 전 | 7534 | ||
| 5795 | 13년 전 | 2774 | ||
| 5794 | 13년 전 | 2224 | ||
| 5793 |
|
13년 전 | 654 | |
| 5792 | 13년 전 | 2963 | ||
| 5791 | 13년 전 | 838 | ||
| 5790 | 13년 전 | 4328 | ||
| 5789 |
|
13년 전 | 2471 | |
| 5788 |
|
13년 전 | 1845 | |
| 5787 |
오지랖선생
|
13년 전 | 1616 | |
| 5786 | 13년 전 | 5921 | ||
| 5785 | 13년 전 | 1742 | ||
| 5784 |
|
13년 전 | 1445 | |
| 5783 | 13년 전 | 1300 | ||
| 5782 |
|
13년 전 | 2816 | |
| 5781 | 13년 전 | 2852 | ||
| 5780 | 13년 전 | 1154 | ||
| 5779 |
|
13년 전 | 1357 | |
| 5778 |
오리진소프트
|
13년 전 | 4608 | |
| 5777 | 13년 전 | 675 | ||
| 5776 | 13년 전 | 1138 | ||
| 5775 | 13년 전 | 1449 | ||
| 5774 | 13년 전 | 1871 | ||
| 5773 |
|
13년 전 | 1907 | |
| 5772 | 13년 전 | 1669 | ||
| 5771 | 13년 전 | 4780 | ||
| 5770 | 13년 전 | 1123 | ||
| 5769 | 13년 전 | 6104 | ||
| 5768 |
|
13년 전 | 1573 | |
| 5767 | 13년 전 | 1682 | ||
| 5766 |
프로프리랜서
|
13년 전 | 1378 | |
| 5765 |
|
13년 전 | 1035 | |
| 5764 | 13년 전 | 1759 | ||
| 5763 |
|
13년 전 | 776 | |
| 5762 |
|
13년 전 | 2281 | |
| 5761 | 13년 전 | 612 | ||
| 5760 | 13년 전 | 620 | ||
| 5759 | 13년 전 | 3268 | ||
| 5758 | 13년 전 | 1073 | ||
| 5757 |
|
13년 전 | 734 | |
| 5756 | 13년 전 | 560 | ||
| 5755 | 13년 전 | 1057 | ||
| 5754 |
|
13년 전 | 2222 | |
| 5753 | 13년 전 | 670 | ||
| 5752 | 13년 전 | 1542 | ||
| 5751 | 13년 전 | 762 | ||
| 5750 | 13년 전 | 744 | ||
| 5749 | 13년 전 | 2559 | ||
| 5748 | 13년 전 | 997 | ||
| 5747 | 13년 전 | 1210 | ||
| 5746 |
|
13년 전 | 643 | |
| 5745 | 13년 전 | 1654 | ||
| 5744 | 13년 전 | 665 | ||
| 5743 | 13년 전 | 825 | ||
| 5742 |
프로프리랜서
|
13년 전 | 574 | |
| 5741 | 13년 전 | 633 | ||
| 5740 | 13년 전 | 612 | ||
| 5739 | 13년 전 | 717 | ||
| 5738 | 13년 전 | 1918 | ||
| 5737 | 13년 전 | 977 | ||
| 5736 | 13년 전 | 1084 | ||
| 5735 | 13년 전 | 1988 | ||
| 5734 | 13년 전 | 1134 | ||
| 5733 | 13년 전 | 2773 | ||
| 5732 |
JOYCOM
|
13년 전 | 629 | |
| 5731 | 13년 전 | 3295 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기