::ห้องเก็บโค้ด,,room No.1::*



                            th761671286979985287.gif image by MMEEWW


ห้องเก็บโค้ดนี้ โค้ดนำมาจากบล็อกคุณ lozocat และ paradijs นะค่ะ


ขออนุญาติไว้ตรงนี้เลยค่ะ อยากเก็บโค้ดไว้เผื่อใช้ จะได้หาได้ง่ายๆ


ขอบคุณมากๆที่หาโค้ดดีๆมาให้แบ่งปันกันค่ะ


                              2_080916usa_d_o_cola71a.gif image by MMEEWW


ลบพื้นหลังและลบกรอบสีขาว

<style>table {background-color: transparent;border-style: none;border-spacing: none;}td {border: none;border-color: none;background: none;}</style>


 


เปลี่ยนรูปพื้นหลัง


<style>body{background-attachment: fixed;background-image:url(URL ของรูป);}</style>


 

 

เปลี่ยนสีและแบบ Font

 

<style>body, ul, li, p{font:bold MS Sans Serif;font-size:10pt;color:โค้ดสี;}</style>

 

 

 

เปลี่ยนตัวหนังสือให้ใหญ่และ Font


<style>p b font {font:bold 13px MS Sans Serif;}</style>

 

 

 

เปลี่ยนสี Link


<style>A:link{color:โค้ดสี Link;text-decoration:none;}
A:visited{color:โค้ดสีที่คลิกแล้ว;text-decoration:none}
A:hover{color:โค้ดสีที่ลากผ่าน;text-decoration: none;}</style>

 

 



 เปลี่ยน Bullet (จุดกลมๆที่อยู่หน้า Group Blog)

<style>ul{list-style: ;list-style-image: url(URL ของรูป);}</style>

 

เปลี่ยน Title Bar (แถบสีฟ้าที่อยู่บนและล่างสุด)

<script language="Javascript">
var tt = 0;
var FMess = new Array("ข้อความที่ 1","ข้อความที่ 2","ข้อความที่ 3")
function FTitle()
{
document.title = FMess[tt]
tt = (tt < (FMess.length -1)) ? tt + 1 : 0;
setTimeout('FTitle()',700);
}
FTitle();
</script>



<style>img {border: none;}</style>

 

เปลี่ยน Cursor

<body style="cursor:url(URL ของรูป ไฟล์ .ani หรือ .cur)">

 

เปลี่ยนสี Scrollbar (แถบลากขึ้นลงด้านขวามือ)

<STYLE> body { scrollbar-3d-light-color:โค้ดสี; scrollbar-arrow-color:โค้ดสี; scrollbar-3d-light-color:โค้ดสี; scrollbar-arrow-color:โค้ดสี; scrollbar-base-color:โค้ดสี; scrollbar-dark-shadow-color:โค้ดสี; scrollbar-face-color:โค้ดสี; scrollbar-highlight-color:โค้ดสี; scrollbar-track-color:โค้ดสี; scrollbar-shadow-color:โค้ดสี; }</STYLE>

 

จำนวนผู้ชมออนไลน์

 

<script type="text/javascript" src="//fastonlineusers.com/on4.php?d=URL บล็อคของคุณ"></script> : Users Online


 

เปลี่ยน Logo Bloggang

<script>document.images[0].src="URL ของรูป"; document.images[0].width =0 ; document.images[0].height =0</script>


 

ข้อความต้อนรับ

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
alert("ข้อความที่จะทักทาย")
// End -->
</script>



 


ข้อความบอกลา

<Script Language="VBScript"> Sub Window_onUnLoad() alert("ข้อความที่ต้องการ") End Sub </Script>


 


ใส่เพลง wma, wmv, mp3



มี Console เปิด - ปิด


<EMBED SRC="URL เพลง wma, wmv, mp3" HEIGHT="40" WIDTH="170" AUTOSTART="true" VOLUME="50%" MASTERSOUND></EMBED>


ไม่มี Console เปิด - ปิด


<EMBED SRC="URL เพลง wma, wmv, mp3"HIDDEN="true" AUTOSTART="true" LOOP="true" VOLUME="50%" MASTERSOUND></EMBED>


 


เปลี่ยนสีตัวหนังสือ

<font color="โค้ดสี">ข้อความที่ต้องการ</font>


 


ลูกเล่นเมื่อเปลี่ยน Webpage

<="Page-Enter" content="RevealTrans (Duration=3, Transition=23)">
<="Page-Exit" content="RevealTrans (Duration=2, Transition=23)">


 


จำนวนผู้ชมทั้งหมด


<center><script src="//fastwebcounter.com/secure.php?s=ใส่ URL บล็อค ของคุณที่นี่ค่ะ"></script></center>

 

 

 

กรอบนับ Comment โดยคุณ กึ่งยิงกึ่งผ่าน



<script>HTML = document.body.innerHTML; CommentCount = 0; var reg = new RegExp("-- Comment", "gm"); while(reg.test(HTML)) CommentCount++; CommentCount--; for(i=1; i<=CommentCount; i++){ originalHtml = document.getElementById( i ).innerHTML; beforeHtml = '<fieldset style="border:โค้ดสี double 3px; padding:20"> <legend align=center><img src=URL ของรูป> Comment No. ' + i + ' <img src=URL ของรูป> </font></legend>';document.getElementById( i ).innerHTML = beforeHtml + originalHtml;}</script>

 

 

 

โค้ด กลับขึ้นข้างบนของ Page



<center><a href="#top">TOP</a></center>



 

ส่งหลังไมค์



<a href ="URL หลังไมค์" target='_blank'> ส่งหลังไมค์ที่นี่</a>


หรือใส่รูป


<a href ="URL หลังไมค์" target='_blank'><img src="URL ของรูป" border=0></a>

 

 

 

 

โค้ดทำกรอบและเปลี่ยนคำให้กับ Submit และ Reset



<script>
document.forms.reply.Submit.value = "Submit";
document.forms.reply.Reset.value = "Reset";
document.forms.reply.Submit.style.width = 100;
document.forms.reply.Reset.style.width = 100;
document.forms.reply.Submit.style.height = 30;
document.forms.reply.Reset.style.height = 30;
document.forms.reply.Submit.style.backgroundColor = "black";
document.forms.reply.Reset.style.backgroundColor = "black";
document.forms.reply.Submit.style.color = "#e65c7c";
document.forms.reply.Reset.style.color = "#e65c7c";
document.forms.reply.Submit.style.border = "3px double #e65c7c";
document.forms.reply.Reset.style.border = "3px double #e65c7c";
</script>

Submit = เปลี่ยนเป็นคำที่ต้องการแทน Submit
Reset = เปลี่ยนเป็นคำที่ต้องการแทน Reset
100 = ความยาวของกรอบ
30 = ความสูงของกรอบ
black = สีพื้นหลังที่ต้องการ
#e65c7c = สีตัวอักษรที่ต้องการ
3px double #e65c7c = ขนาด, ชนิด, และสีกรอบที่ต้องการ
ชนิดกรอบจะมี solid, inset, outset, groove, ridge, dashed, dotted, หรือ double

 

 

 

โค้ดเปลี่ยนรูปตรง Rss Feed


<script>iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="//www.bloggang.com/images/icon_rss.png") {document.images[i].src="URL ของรูปที่ต้องการ"}</script>

 

 

 

โค้ดเปลี่ยนรูปตรง My FriendFlock

 

<script>iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="//www.bloggang.com/images/icon_network_mini1.gif") {document.images[i].src="ใส่ URL ของรูปที่ต้องการเปลี่ยน"}</script>

 

 

 

โค้ดเปลี่ยนรูปตรง ฝากข้อความหลังไมค์

 

<script>iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="//www.bloggang.com/images/message.gif") {document.images[i].src="ใส่ URL ของรูปที่ต้องการเปลี่ยน"}</script>

 

 

 

ใส่รูปให้กล่อง Comment


<style>textarea{ width: 300; height: 200; background: url(URL ของรูป); color: โค้ดสีเวลาพิมพ์; font-family : MS Sans Serif; font-size: 14pt; }</style>

 

 

 

เปลี่ยนรูปหัวใจ (Login ท้ายชื่อใน Comment)

 

<script>iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="//www.bloggang.com/images/smile.gif") {document.images[i].src="ใส่ URL ของรูปที่ต้องการเปลี่ยน"}</script>

 

 

 

เปลี่ยน Now Here

 

<script>iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="//www.bloggang.com/images/now.gif") {document.images[i].src="ใส่ URL ของรูปที่ต้องการเปลี่ยน"}</script>

 

 

 

โค้ดป้องกันการยืดของหน้าบล็อค

 

<style>div.comment{overflow: auto; width: 400px; height: auto;}</style>

 

 

 












เพื่อนที่กำลังเยี่ยมชมบล็อกขณะนี้มีกี่คน



<script type="text/javascript" src="//fastonlineusers.com/on4.php?d=ใส่..//ของบล็อกคุณ"></script>
เขียนข้อความที่นี่




 

 


 





Create Date : 22 มกราคม 2552
Last Update : 22 มกราคม 2552 19:29:24 น. 6 comments
Counter : 324 Pageviews.

 


โดย: kobnon วันที่: 24 มกราคม 2552 เวลา:13:38:41 น.  

 
ขอคัดลอกไปเก็บไว้นะคะ
แล้วจะให้เครดิตขอบคุณไว้ด้วยคะ
ขอบคุณคะ


โดย: MeMyway วันที่: 29 มกราคม 2552 เวลา:16:51:46 น.  

 
ขอบคุณมากนะครับ ที่ช่วยแนะนำ ^_^ ไว้จะแวะมาเยี่ยมใหม่ค๊าป ตอนนี้กำลังทอลองแต่งไปเรื่อย คับผม


โดย: Piya (PiyaTPN ) วันที่: 2 เมษายน 2552 เวลา:17:59:46 น.  

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


โดย: C.sasumi วันที่: 6 มิถุนายน 2552 เวลา:20:43:34 น.  

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

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

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


โดย: janchay วันที่: 2 กรกฎาคม 2552 เวลา:6:44:28 น.  

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


โดย: i-first วันที่: 4 พฤศจิกายน 2552 เวลา:16:51:12 น.  

ชื่อ : * blog นี้ comment ได้เฉพาะสมาชิก
Comment :
  *ส่วน comment ไม่สามารถใช้ javascript และ style sheet
 

i-pinkberriiz
Location :
กรุงเทพฯ Thailand

[ดู Profile ทั้งหมด]

ฝากข้อความหลังไมค์
Rss Feed

ผู้ติดตามบล็อก : 1 คน [?]







Free Counters
::User Online =)
Group Blog
 
 
มกราคม 2552
 123
45678910
11121314151617
18192021222324
25262728293031
 
22 มกราคม 2552
 
All Blogs
 
Friends' blogs
[Add i-pinkberriiz's blog to your web]
Links
 

 Pantip.com | PantipMarket.com | Pantown.com | © 2004 BlogGang.com allrights reserved.