zennie 2008-6-20 19:40
สุดยอด ! โค้ดของ hi5 ที่ควรมีไว้ใน hi5 ของคุณ
[font=Tahoma][size=2]credit : [url]http://Greenteabeam.hi5.com[/url][/size][/font] :p_funny
[font=Tahoma][size=2]
★ โค้ดใส่ background ★
<style type="text/css">
body {
background-image: url( ใส่ url รูป ) ;
background-attachment: fixed ;
background-repeat: repeat ;
}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
★ โค้ดใส่รูปหัวบน ★
<style type="text/css">
#profile-name {background-image:url(ใส่ URL รูปตรงนี้);
width:956px;
height:ความสูงpx}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
★ โค้ดลบแถบ log in ★
<style type="text/css"> #p_nav_header{display:none}</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
★ โค้ดทำรูป profile อยู่ทางขวา ★
<style type="text/css"> #user-details .content { DIRECTION: rtl }</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
★ โค้ดลบเส้น+ทำแถบให้ใส ★
<style type="text/css">
#user-details { border: none; }
.section .content { border: none; }
#profile-nav { background-color: transparent; }
.section h1 { background-color: transparent; border: none; }
.section h2 { background-color: transparent; border: none; }
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
★ โค้ดใส่รูปตรงกรอบ Comment ★
<style type="text/css">
textarea {background-image:url( ใส่ URL ของรูป );
border-style: inset;
color: สีตัวอักษร ; height: ความสูง px; width: ความกว้างpx; }
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
★ โค้ด ใส่รูป,อักษร ★
<a href=""target=_blank>
<img src="ชื่อ รูป" width=กว้าง height=สูง border="0" alt="">
<FONT color=สี size=ขนาด><center>ข้อความ </center></FONT>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
★ โค้ดทำให้ comment อยู่ทางซ้าย ★
<style type='text/css'>
table {direction:rtl;}
table table table {direction:ltr;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
โค้ดทำให้ รูปตรง comment ใหญ่ขึ้น
<style type="text/css">
.comment-picture {height:100px !important;
width:100px;}
.comment-picture a img {width:100px; height:100px;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
โค้ด ลบช่องที่ไม่ต้องการ อยากเอาอันไหนให้อยู่ก้อลบอันนั้นทิ้ง
<style type='text/css'>
#friends {DISPLAY: none}
#schools {display:none;}
#groups {display:none;}
#videos {display:none;}
#widgets {display:none;}
#background {display:none;}
#recent-updates {display:none;}
#photoAlbums {display:none;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
โค้ดทำ scrollbar
<style type="text/css">
html {
scrollbar-arrow-color: โค้ดสี;
scrollbar-face-color: โค้ดสี;
scrollbar-highlight-color: โค้ดสี;
scrollbar-3dlight-color: โค้ดสี;
scrollbar-shadow-color: โค้ดสี;
scrollbar-darkshadow-color: โค้ดสี;
scrollbar-track-color: โค้ดสี;
}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
โค้ด รูป เพื่อนcomment อยู่ตรงกลาง
<style type='text/css'>
.comment-picture {MARGIN-TOP: 6em; LEFT: 16em;POSITION: relative;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
โค้ด รูป Profife อยู่ตรงกลาง
<style type='text/css'>
#about-left{position: relative;left: 27.5em;}#about-right{position: relative;left: -52em;}#about-center{position: relative;left: 27.5em;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Code ใส่พื้นหลัง + ลบเส้นขอบ
<style type="text/css">
body {
background-image: url( ใส่ url ของรูป ) ;
background-attachment: fixed ;
background-repeat: repeat ;
}
#user-details { border: none; }
.section .content { border: none; }
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Code ใส่รูปในกล่อง comment
<style type="text/css">
textarea {background-image:url( ใส่ URL ของรูปนะคับ );
border-style: inset;
color: สีของตัวอักษรเวลาที่พิม ;
height: ความสูงของ CommentBox หน่วยเป็น px;
width: ความกว้างไม่ควรเกิน 450px; }
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
โค้ดเม้า
<style type="text/css">
body {cursor: url( ใส่ url ของเม้าส์ จะแสดงเมื่อชี้เม้าส์บนหน้า page );}
a {cursor: url( ใส่ url ของเม้าส์ จะแสดงเมื่อชี้เม้าส์บน link );}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Code ทำแถบ Header ให้ใสทุก box
<style type="text/css">
#profile-name { background: none; }
#profile-nav,.section h1,.section h2
{ background-color: transparent; border: none; }
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Code ทำให้แถบ Log in ให้หายไป
<style type="text/css">
#p_nav_header{display:none}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Code ลบเส้นคั่นระหว่าง Comment
<style type="text/css">
.listitem-separator {visibility: hidden;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Code เปลี่ยนสีเส้นคั่น Comment
<style type="text/css">
#comments .listitem-separator {background: ใส่รหัสสี !important;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Code ขยายรูป display Comment
<style type="text/css">
.comment-picture {height:100px !important;
width:100px;}
.comment-picture a img {width:100px; height:100px;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
โค้ดแต่ง Content คือข้อมูลส่วนตัว
<style type="text/css">
#user-details .content { direction: RtL;}
#about-left { direction: LtR; }
#about-center{ direction: LtR; }
#about-right { direction: LtR; }
#about-left, #about-center, #about-right
{ border: outset #1c1c1c 10px; }
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Code ใส่ Footer ด้านล่างอ่ะ
<style type="text/css">
#footer {
background: url(ใส่ URL รูปภาพ) no-repeat center center;
border: none; display: block; height: 50px;
}
#footer *,#footer a,#ad_banner {display: none;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Code ใส่รูป Header
<style type="text/css">
#profile-name {background-image:url(ใส่ URL รูปภาพ); width:956px;
height:ความสูงของรูปภาพpx}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
โค้ดเปลี่ยนขีดสถานะ
<style type="text/css">
.vanity-bar div {background:url(ใส่ URL ภาพแถบพื้น) !important;}
.vanity-bar div div {background:url(ใส่ URL ภาพแถบบน) !important;}
.vanity-bar div div img,.vanity-bar div img
{display:none;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Code ทำกรอบ box, bg ให้ Comment
<style type="text/css">
.subsection .comment {background: url(ใส่ URL รูปภาพ);
border: inset 3px #c00000;
height: ความสูงของ box px; overflow: auto;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
โค้ดแถบสเกล แถบสีอ่ะ
<style type="text/css">
.vanity-bar div {background:url(ใส่ URL ภาพแถบพื้น) !important;}
.vanity-bar div div {background:url(ใส่ URL ภาพแถบบน) !important;}
.vanity-bar div div img,.vanity-bar div img
{display:none;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
เปลี่ยนรูป Display ของเราให้ใหญ่ขึ้น
<style type="text/css">
#user-picture img {height: 180px !important;
width: 130px;visibility: hidden;}
#about-left {background:url( ใส่ URL ของรูปภาพ ;}
</style>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
ทำTOP FRIEND แนวตั้ง
<style type="text/css">
#friends{
position:fixed !important;
top:0px;
left:0px;
background: transparent !important;
width:105px;
-moz-opacity:0.4;
filter:alpha(opacity = 40);
z-index:999;
}
#friends .friend-name{font-size:10pt !important;}
#friends .friend-picture{width:80px !important;}
#friends h1{display:none;}
#friends h3{display:none;}
#friends .window_content{background: none;overflow:hidden;}
#friends:hover{
width:100%;
position:absolute;
-moz-opacity:1;
filter:alpha(opacity = 100);
}
#friends .window_content:hover{background: #000;padding:20px 20px 20px 20px;}
</style>
<a href="javascript:alert(document.getElementById('friends').style.display = 'none');" style="background:#000;position:absolute;top:400px;left:75%;font-size:20pt;color:white;padding: 10px 10px 10px 10px;">ซ่อน Friend</a>
<a href="javascript:alert(document.getElementById('friends').style.display = 'block');" style="background:#000;position:absolute;top:450px;left:75%;font-size:20pt;color:white;padding: 10px 10px 10px 10px;">แสดง Friend</a>
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
★ อื่นๆนะคับ ★
--โปรแกรมช่วยคอมเม้น hi5--
[url]http://www.ziddu.com/download.php?uid=aa%2BblpuoZ6qZlOKnZ6qhkZSnZKyimZSm7[/url]
--แหล่งอัพโหลดรูป--
[url]http://www.smileupload.com[/url]
[url]http://uppic.net[/url]
[url]http://imagehost.compgamer.com/upload.php[/url]
[url]http://upload.siamdoo.com[/url]
[url]http://www.zezua.com[/url]
--สัญลักษณ์ พิเศษต่างๆ--
⊙¤ ㊣★☆♀◆◇◣◢◥▲▼△▽⊿◤ ◥▆ ▇ █ █ ■ ▓ 回 □ 〓≡ ╝╚╔ ╗╬ ═ ╓ ╩ ┠ ┨┯ ┷┏┓┗ ┛┳⊥﹃﹄┌ ┐└ ┘∟「」↑↓→←↘↙♀♂┇┅ ﹉﹊﹍﹎╭╮╰ ╯ *^_^* ^*^ ^-^ ^_^ ^︵^ ∵∴‖︱ ︳︴﹏﹋﹌ ♂ ♀ ♥ ♡ ☜ ☞ ☎ ☏ ⊙ ◎ ▧ ▨ ♨ ◐ ◑ ↔ ↕ ▪ ▫ ▄ █ ▌ ▒ ◊ ◦ ♠ ♣ ▣ ▤ ▥ ▦ ▩ ぃ◈ ♬ ♪ ♩ ♭ ♪ の ☆ → あ £ ஐ ≈ ๑۩۩.. ..۩۩๑ ๑۩۞۩๑ ~.~ -。 【】┱ ┲ ㊚ ㊛ *.:。*゚‘゚・①②③④⑤⑥⑦⑧⑨⑩ ⑪⑫⑬⑭⑮⑯⑰⑱⑲⑳ ⓐⓑⓒⓓⓔⓕ ⓖⓗⓘⓙⓚⓛ ⓜⓝⓞⓟⓠⓡ ⓢⓣⓤⓥⓦⓧ ⓨⓩ ㊊㊐㊋㊌㊍㊎㊏ ㊐㊑㊒㊓㊔㊕㊖㊗ ㊀㊁㊂㊃㊄㊅㊆㊇㊈㊉(O_o) | (@_@;) | (O.O;) | (=_=;) | (O.O;)(o,o;) | (;^_^A($_$) |(^.^)b | (・ε・)ノ | (。'-')y-。o0○ | (-_-)zzz | ('_^)b | ~m[-_-]m~ || ヽ( ´ー`)ノ | φ(.. ) | Zzz..(u_u) | ( ^^)人(^^ ) | ┌(^_^)┘♪└(^_^)┐ | <( っ '๐')づ ⌒☆(*`・_ゝ・)ノ └( ̄▽ ̄*)(o´c_,`o) (*´・д・`) (oゝ∀ ・)
⊕ ¤ o O ㊝ ﻬ ஐ ღ ■ ↘╬『』••● ﹌ ♨ ☎ ☏★ △ ▲ ♧ ∵ ∴ ∷ # o┽┊﹎.εїз︷‧:﹎。‧::‧ .。.:*・●•♪.。‧:❉:‧ °º¤ø,¸¸,ø¤º°`°º¤ø ミ●﹏☉ミ *∩_∩* ⓛⓞⓥⓔ ╬ ╠ ╣∷
[/size][/font]
marmaryo 2008-6-25 19:38
:loveliness: ขอเอาไปใช้นะเจ้าคะ :D :D
..Sodajung.. 2008-6-28 17:51
สวยงามค่ะ
จิยืมปายช้าย
kiccyja 2008-6-29 19:25
ก๋ากั่น
ขอบจัยจ้า :loveliness: :loveliness: :loveliness:
princenampu 2008-6-29 23:44
สุดยอดขอบคุณมากนะครับ
asujikung 2008-7-4 12:07
ขอบคุงนะเอาไปใช้ได้การมากมาย:kiss:
lavender_po 2008-7-4 17:09
แหล่มเลย:lol :lol :lol :lol :lol
lovechinjung 2008-7-10 18:17
เพ่ค่ะ เปลี่ยนรูป Display ของเราให้ใหญ่ขึ้น อ่า
มานม่าเปงหั้ยอ่า
paerl001 2008-7-17 00:58
ขอบคุงหลายๆเด้อ..........
nooalsokira 2008-7-19 18:33
NN
ขอบคุณมากๆเรยค่า
ช่วยได้เยอะเรยย อิอิ
babymojiko 2008-7-19 20:27
*** เจ้าของกระทู้ถูกแบนหรือถูกลบ ***
hy_somsom 2008-8-1 12:54
สุดยอด ! โค้ดของ hi5 ที่ควรมีไว้ใน hi5 ของคุณ
top friend แนวตั้ง
อืม....แปลกดี คะ มะเคยเห็น เลย
pumi6680 2008-8-5 16:15
เจ๋งไปเลยคร้า:kiss: :kiss: :kiss:
Nucream 2008-8-5 19:27
ขอบคุง ขอบคุง ขอบคุง มากมาก
batman2006 2008-8-8 13:20
ขอบคุณมาก ๆ ครับ
bam 2008-8-14 15:35
*** เจ้าของกระทู้ถูกแบนหรือถูกลบ ***
sensitive 2008-8-26 22:53
ไฮโซมากเลย
kridsy 2008-9-2 17:11
ตอบกลับโพสของ 1# zennie
ดีจริงๆเลยค่ะ
sudtheerak_kob 2008-9-3 16:13
ขอบคุณมีครบเลย
eak510 2008-9-3 19:14
D * D
:lol :lol :lol :lol thank
nong_chemery 2008-9-3 19:33
ขอบคุงมากมายคร้า
PP_3349 2008-9-18 23:24
ขอบคุนน๊า
เราเอาไปใช้หลายโค้ดเลยอ่ะ
paopang 2008-9-20 07:59
ขอบคุนมากๆเลยคร้า :victory:
mvtv 2008-9-21 18:36
ขอบคุณมากๆๆ เลย เป็นกำลังใจให้จ้าพัฒนาต่อไปนะ จะได้มี skinน่ารักๆ มาแบ่งให้กันอีก