zennie 2008-4-29 19:09
CODE : Comment
[color=Plum][font=Tahoma][size=2][color=Purple]Code : รูปในกล่องคอมเมนท์[/color]
<style type="text/css">
textarea {background-image:url( Url ของรูป );
border-style: inset;
color: สีของตัวอักษรเวลาพิมในกล่อง ;
height: ความสูง px ;
width: ความยาว px ; }
</style>
[color=Purple]Code : รูปข้างบนกล่องคอมเมนท์[/color]
<style type="text/css">
#comments {
padding-top:ความสูงของรูป px;
background-image:url( ใส่ URL ของรูป );
background-position:top center;
background-repeat:no-repeat}
</style>
[color=Purple]Code : ทำกรอบให้คอมเมนท์[/color]
<style type="text/css">
.subsection .comment {background: url( ใส่ URL รูปภาพ );
border: inset 3px #ใส่โค๊ดสี ;
height: ความสูง px; overflow: auto;}
</style>
double = เส้นคู่
dotted = เส้นจุดประๆ
solid = เส้นตรงเรียบ
[color=Purple]Code : รูป เพื่อนcomment อยู่ตรงกลาง[/color]
<style type='text/css'>
.comment-picture {MARGIN-TOP: 6em; LEFT: 16em;POSITION: relative;}
</style>
[color=Purple]Code : สลับ ย้ายคอมเม้นท์มาด้านซ้าย (รวมทั้งลิสเพื่อนและอัลบั้มภาพ)[/color]
<style type=text/css>
table {direction:rtl;} table table table {direction:ltr;}
</style>
[color=Purple]Code : Hidden ข้อความใน Comment / เอา เมาส์ ชี้ Show Comment[/color]
<style type="text/css">
.subsection .comment {height:105px !important;}
.subsection .comment:hover {height:100% !important;overflow-y:auto;}
</style>
[color=Purple]
Code : ลบ ชื่อ กับ วัน เวลา ที่ เมนท์[/color]
<style type="text/css">
.comment div {visibility: hidden}
</style>
[color=Purple]Code : ลบเส้นคั่นใน Comment[/color]
<style type="text/css">
.listitem-separator {visibility: hidden;}
</style>
[color=Purple]Code : ใส่รูปแทนเส้นคั่น Comment[/color]
<style type="text/css">
#comments .listitem-separator
{DISPLAY: block;background:url( ใส่URLของรูป ) !important;
HEIGHT: ใส่ความสูง px! important;background-repeat: no-repeat! important;background-position: center! important;}
</style>
[color=Purple]Code : เปลี่ยนสีเส้นคั่น Comment [/color]
<style type="text/css">
#comments .listitem-separator {background: # ใส่โค๊ตสี !important;}
</style>
[color=Purple]Code : ย้าย(เฉพาะรูป)คอมเมนท์ [/color]
<style type="text/css">
.comment-picture img { float: right; }
.comment-picture a img { float: right; }
</style>
[color=Purple]Code : ตัวหนังสือใน comment[/color]
<style type="text/css">
.section .comment-text {
FONT-SIZE: 22px; FLOAT: none; MARGIN: 10px 0 0 15px; OVERFLOW: auto; WIDTH: 440px; COLOR: #โค๊ดสี ; FONT-FAMILY: ชื่อ Font;
}
[color=Purple]Code : Comment Font เรืองแสง [/color]
<style type="text/css">
.section .comment-text {filter:Glow(color=#FF99CC,strength=12);height:14;COLOR: #FFFFCC;}
</style>
[color=Purple]Code : ทำให้ รูปตรง comment ใหญ่ขึ้น[/color]
<style type="text/css">
.comment-picture {height:100px !important;
width:100px;}
.comment-picture a img {width:100px; height:100px;}
</style>
[color=Purple]
Code : ใส่ภาพข้างๆรูปในคอมเมนท์[/color]
<style type="text/css">
.comment {background:url(Url รูป);
background-position:120px 0px;background-repeat:no-repeat}
.comment-picture {height:100px !important;width:100px;margin-right:140px;}
.comment-picture a img {width:100px;height:100px;}
</style>
[color=Purple]Code : ใส่ปีกที่คอมเมนท์[/color]
<style type="text/css">
.section .comment-text {
text-align: center; }
.comment {background:url(Url รูป); background-position: 29px 50px;background-repeat:no-repeat;} .comment-picture {height:90px!important; width:90px;border:none;}
.comment-picture {margin-top: 10em; left: 15.5em;position: relative;}
.comment-picture a img {width:100px;height:100px;border:none;}
</style>
[color=Purple]ซ่อน comment ใน hi5 / 1[/color]
<style type="text/css">
#comments .comment .comment-text{display: none;}
#comments .comment:hover .comment-text{display: block;}
</style>
[color=Purple]ซ่อน comment ใน hi5 / 2
โค้ดอันนี้จะปิดคอมเม้นต์แบบไม่ให้คนอื่นเห็นนะ
ไม่ใช่ซ่อนคอมเม้นต์[/color]
<style type="text/css">
.subsection .comment {height:105px !important;} .subsection .comment:hover {height:100% !important;overflow-y:auto;}
</style>
[color=Purple]โค้ดปิดรูปเพื่อนที่มาคอมเม้นท์[/color]
<style type="text/css">
.comment-picture { float: none }
.comment { text-align: center }
.comment-text { margin-left:20px !important; }
.comment-picture {background:url(ใส่รูปที่จะนำมาปิด) no-repeat center center;width: 100px;}
.comment-picture img { Filter: Alpha(opacity=0) }
.comment-picture a:hover img { filter: none }
.comment-picture {height:100px !important;width:100px;border:none}
.comment-picture a img {width:100px; height:100px;}
</style>
[color=Purple]CODE : ปุ่มคอมเม้นท์[/color]
[color=Plum]<style type="text/css">
.commentEditor form input {
background: transparent url( urlรูป ) center center no-repeat;
color: #fff;
overflow: hidden;
width: 180px;
height: 80px;
padding: 0; margin: 0; border: 0;
text-indent: -9999px;
line-height: 9999px;
cursor:pointer;
}
</style>[/color]
[/size][/font][/color]
credit : l2is / Meizz
[[i] แก้ไขล่าสุด zennie เมื่อ 2008-10-3 14:43 [/i]]
marmaryo 2008-6-24 17:37
:loveliness: :loveliness: ใจหลายๆ:handshake :handshake
IceCySpyZ 2008-7-20 23:00
ขอบคุณค่า :lol
lovechinjung 2008-9-6 15:47
[b]Thxx ข๊ะ:p_ok [/b]
mintnakra 2008-9-10 18:11
ขอบคุณนะค่ะ
beaming 2008-10-13 16:44
ข อ บ คุ ง ม า ก ค ร้ า ฟ ~
Rainbow12 2008-11-24 10:44
งิงิ
ขอบคุนมากๆๆๆๆมายค๊า
golfysomjeed 2008-11-25 15:17
ขอบคุณมากนะคะ
pbloveboom 2008-11-30 10:05
ขอบใจคับ:handshake :handshake
capu 2009-4-7 14:33
ขอบคุณสำหรับโค๊ดมากมายค่ะ
niceno0099 2009-4-7 15:26
CODE : Comment
***** thank u sssss *****
*_*
zazaayok 2009-6-25 06:12
...
ใจ มั๊ก มาย เรย ขร๊ะ ^^
,,,
น่า ลั๊ก ทุ๊ก อัน เรย อ่ะ ^^