ดูคลิป แชร์คลิป ดูการ์ตูน ลงวีดีโอใน Hi5 ความบันเทิงไร้ขีดจำกัด ที่ดูคลิปดอทคอม เวบโฮสติ้ง เร็ว แรง เริ่มต้นเพียงปีละ 500 บาทเท่านั้น จำหน่ายเครื่อง Server ราคาเริ่มต้นเพียง 7,999 บาท เมื่อวางเครื่องกับเรา

เวอร์ชั่นเต็ม: ร ว ม มิ ต ร โ ค้ ด h i 5

rebelion 2008-10-9 22:12

ร ว ม มิ ต ร โ ค้ ด h i 5

โค้ดทำรูป profile อยู่ทางขวา

<style type="text/css"> #user-details .content { DIRECTION: rtl }</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="url รูป" 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>


โค้ดทำ 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>


โค้ด ลบช่องที่ไม่ต้องการ  อยากเอาอันไหนให้อยู่ก้อลบอันนั้นทิ้ง

<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>


[color=Red] * อย่างเช่น ถ้าเราจะไม่เอาช่อง schools เราก็ลบออกไปได้เลย[/color]



โค้ด รูป เพื่อน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">

#profile-name { background: none; }
#profile-nav,.section h1,.section h2
{ background-color: transparent; border: none; }

</style>



Code เปลี่ยนสีเส้นคั่น Comment

<style type="text/css">

#comments .listitem-separator {background: #โค้ดสี !important;}

</style>






โค้ดห้ามคลิกขวา
<script LANGUAGE="JavaScript">
function click() {
if (event.button==2) {
alert('ข้อความที่เตือน');
}
}
document.onmousedown=click
// -->
</script>



โค้ดทำตัวอักษรห่าง
<style type="text/css">
   p{   letter-spacing:2px;   }   </style><style type="text/css">
   p,td,th,div,body,li,ul {  letter-spacing:2px;  }  </style>



แก้ไข ข้อความใน popup ตรงที่ไฮไลสีชมพูนะค่ะ


<script language="JavaScript1.2">


var clickmessage="[color=Magenta]คิดทำไรอ่ะเราเห็นนะ[/color]"


function disableclick(e) {


if (document.all) {


if (event.button==2||event.button==3) {


if (event.srcElement.tagName=="IMG"){


alert(clickmessage);


return false;


}


}


}


else if (document.layers) {


if (e.which == 3) {


alert(clickmessage);


return false;


}


}


else if (document.getElementById){


if (e.which==3&&e.target.tagName=="IMG"){


alert(clickmessage)


return false


}


}


}


function associateimages(){


for(i=0;i<document.images.length;i++)


document.images.onmousedown=disableclick;


}


if (document.all)


document.onmousedown=disableclick


else if (document.getElementById)


document.onmouseup=disableclick


else if (document.layers)


associateimages()


</script>





โค้ดเปลี่ยนสีตัวอักษรทั้งหน้า
<style>

td,th,div,li,ul,p {
    color: #000000;;
    font-size: 10px;
    font-family: 'MS Sans Serif';}

body,p {
    color: #000000;;
    font-size: 10px;
    font-family: 'MS Sans Serif';
    letter-spacing:1.2px;}

ment,p {
    color: #000000;;
    font-size: 10px;
    font-family: 'MS Sans Serif';
    letter-spacing:1.2px;

</style>





ใส่ Footer ให้ Hi5
<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>




ใส่รูป Header ให้ Hi5
style type="text/css">

#profile-name {background-image:url(ใส่ URL รูปภาพ); width:956px;
height:ความสูงของรูปภาพpx}
</style>




เปลี่ยนขนาดของฟ้อนต์ทั้งหน้า
<style type="text/css">


.section a, section a:hover, section a:visited {
FONT-SIZE: 20px;
font-family: ชื่อ Font;
color: #สี Font;}


</style>




ทำให้ฟ้อนต์เรืองแสง
<style type="text/css">

.section .comment-text {filter:Glow(color=#FF99CC,strength=12);height:14;COLOR: #FFFFCC;}

</style>




ใส่สีปุ่มที่ Add Comment
<style type="text/css">

input{
color:สีอักษรปุ่ม;
border:1px solid สีขอบปุ่ม;
background-color:สีพื้นหลังปุ่ม;
padding: 0px 3px 0px 3px;
}



ใส่รูปในปุ่ม Add Comment
<style type="text/css">

input{
color:สีอักษรปุ่ม;
border:1px solid สีขอบปุ่ม;
background-image:url(url รูป);
padding: 0px 3px 0px 3px;
}


</style>




ใส่กรอบในหัวข้อย่อย
หัวข้อย่อยนี้ก็จะเป็นแบบ  

    Lifestyle  Friends  Fives  Comments  Interests  

ก้ประมาณนี้นะคร้า




<style type="text/css">

.section .content {border: dashed 1px [color=Red]#FFFFFF[/color];}

</style>



เป็นกรอบเส้นประสีขาวนะคะ ถ้าอยากเปลี่ยนสีก็เปลี่ยนตรงสีแดงนะ




ลบเส้นขอบ บล็อกต่าง ๆ
<FONT color=#ff0000><STYLE>table{border:none;} td{border:none;}</STYLE></FONT>




ใส่รูปตรงแถบ log in
<style type="text/css">
#p_nav_primary #nav_select {background-image:none;}
#p_nav_header {background:url( ใส่ URL ของรูป ); border:none; }
div#top_header {background:none; }
#p_nav_primary { background:url(ใส่ URL ของ รูป Link  Home); border:none; }
</style>




โค้ด ซ้อนคอมเม้น
<style type='text/css'>
.subsection .comment {height:105px !important;}
.subsection .comment:hover {height:100% !important;overflow-y:auto;}
</style>


โค้ดท๊อปเฟรนรูปเดียว


<style type='text/css'>

.friend-picture div a:visited img,
.friend-picture div a:link img {display: block !important;visibility: hidden; }
#friends .listitem-separator {display:none}
.friend-picture,.friend-picture a img { height:150px;width:150px;border:none;margin-left: 0px;}
.friend {width:150px}
.friend-picture div {margin-left: 0px !important}

.friend-picture div a[href="/friend/71090026--DEEDY--Profile-html"] {background:url(Url รูป) no-repeat transparent;
}

</style>







</style>



[
  







[color=Red][size=4]* เ ม้ น ใ ห้ ห น่ อ ย น ะ ค ร้ า[/size][/color]

rebelion 2008-10-10 11:26

.....

ป ล อ ด ค น เ ม้ น *

Pan17 2008-10-12 05:57

ขอบคุงน๊าคร๊าส์

kps 2008-10-12 09:24

THX ครับ

ใช้แล้วดูดีขึ้น

ammkapao 2008-10-13 22:30

ขอบคุณมากๆเลยคร่า:kiss:

parn 2008-10-14 11:53

คุนคร่า

:D :D

KANZ 2008-10-14 14:38

แต้งงงงง กิ้ววววววววว

anonan 2008-10-14 17:33

ขอบคุณนะค่ะ

ถ้าเพิ่มเติมได้ก่านี้ก้อดีนะค่ะ

อิอิ:loveliness:

hibarajung 2008-10-19 19:31

:loveliness: :loveliness: :loveliness: :loveliness:

hibarajung 2008-10-21 14:39

:loveliness: :loveliness: :loveliness: :loveliness:

numtan28 2008-10-21 20:43

ขอบคุณมากๆค่ะ

mickey_tc10 2008-10-22 10:43

ขอบ คุนน่ะ

SLEEPING-BEAUTY 2008-10-22 16:37

ขอ บคุ ณม า กๆ ค่ะ *

kunnoomay 2008-10-27 16:47

ขอบใจสุดๆๆๆๆเลย

:)

tawanjanjaw 2008-10-29 11:06

ร ว ม มิ ต ร โ ค้ ด h i 5

ขอบคุณค๊า ดีสุดๆๆๆๆ

เฟส 2008-10-31 20:02

ศิลป์สมัย

ชอบมากครับ



ขอบคุณจิงๆๆๆ


:loveliness: :loveliness: :loveliness:

choke1234 2008-11-1 19:46

*** เจ้าของกระทู้ถูกแบนหรือถูกลบ ***

ptilp01 2008-11-2 09:30

ขอบคุณมากนะคับ

kaluo_girl 2008-11-22 15:10

ขอบคุนคร้า

izomm 2008-11-26 15:08

ขอบคุงน้า ได้เยอะเลย

palmy 2008-12-24 12:41

:loveliness: :loveliness: :loveliness: :loveliness: :loveliness:

yupa.ning 2008-12-26 10:36

ตอบกลับโพสของ 1# rebelion

ขอบคุณมากๆนะค่ะ ดีมากเลย

c.m.d 2008-12-28 10:37

:) :lol :) :lol :) :lol :)

prettykyo 2008-12-30 11:16

ขอบคุงค่ะ

อยากตกแต่งไฮไฟว์เก่งๆจัง

oun_teento 2009-5-13 16:14

ขอบคุณจ้า :D

b-e-e 2009-7-15 12:12

:) ขอบจัยจ่ะ

b-e-e 2009-7-15 12:13

ขอบคุนมากๆๆ
หน้า: [1]
เวอร์ชั่นเต็ม: ร ว ม มิ ต ร โ ค้ ด h i 5