เม.ย. 02
โดย gootum@sanook.com เมื่อ วันพุธ เม.ย. 2, 2008 ใน Hi5
โค้ดแต่ง hi5 ชี้ลิ้งค์แล้ว hightlight
<style>
a:hover { color:#โค้ดสีตัวอักษรบน hightlight;
text-decoration:none; background:#โค้ดสีที่ highlight;}
</style>
เม.ย. 02
โดย gootum@sanook.com เมื่อ วันพุธ เม.ย. 2, 2008 ใน Hi5
โค้ดแต่ง hi5 ห้ามคลิ้กขวา
<script language=JavaScript>
<!--
var message="ห้ามคลิ้กขวาที่ hi5";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
เม.ย. 02
โดย gootum@sanook.com เมื่อ วันพุธ เม.ย. 2, 2008 ใน Hi5
โค้ดแต่ง hi5 Status bar โหลดเป็นเปอร์เซ็น
<script type="text/javascript">
<!-- Hide from old browsers
message =
"L o a d d i n g |||||||||||||||||||||||||||||||| 30% ^"+
"L o a d d i n g ||||||||||||||||||||||||||||||||||||||||||||||||| 50% ^"+
"L o a d d i n g |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 70% ^" +
"L o a d d i n g ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 100% ^" +
"ข้อความ hi5" +
"ข้อความ hi5"+
"^"
scrollSpeed = 25
lineDelay = 1500// Do not change the text below //
txt = ""
function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt = txt + message.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->
scrollText(0)
</script>
เม.ย. 02
โดย gootum@sanook.com เมื่อ วันพุธ เม.ย. 2, 2008 ใน Hi5
โค้ดแต่ง hi5 คลิกขวามี POP UP
<head><script language="JavaScript">
function right(e) {
if (navigator.appName == ''Netscape'' && (e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == ''Microsoft Internet Explorer'' &&
(event.button == 2 || event.button == 3)) {
alert("เขียนข้อความลง hi5 1ตรงนี้ครับ เอ้ยๆห้ามเชฟเดี๋ยวมึงโดน");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
</script></head>
เม.ย. 02
โดย gootum@sanook.com เมื่อ วันพุธ เม.ย. 2, 2008 ใน Hi5
โค้ดแต่ง hi5 รูปวิ่งได้
<marquee><img src=http://qq.sanook.com/images/qqlogo.gif (ใส่ url ของรูป)> </marquee>
เม.ย. 02
โดย gootum@sanook.com เมื่อ วันพุธ เม.ย. 2, 2008 ใน Hi5
โค้ดแต่ง hi5 กรอบปฏิทิน
<style>
calendarHeader {
background:red;
}
.calendarToday {
font-weight: bold;
background:grey;
}.calendar {
border:1px solid #cccccc;
}
</style>
มี.ค. 31
โดย gootum@sanook.com เมื่อ วันจันทร์ มี.ค. 31, 2008 ใน Hi5
โค้ดแต่ง hi5 รวม สกอบาร์สีชมพู
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|