ภาษาไทย
โค้ดตัวอย่างเอฟเฟกต์พิเศษของเว็บเพจ เอฟเฟกต์การพลิกเมาส์สุดเจ๋งด้วยรูปภาพ
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4 / loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=gb2312"> <title>เอฟเฟกต์เจ๋งๆ ที่ได้จากรูปภาพ downcodes.com</ title> <style type="text/css"> <!-- body {text-align:center} ตาราง {border:1px solid #eeeeee;padding:3px 0;border-bottom-width:5px} .icon td { ความกว้าง:50px;ความสูง:37px;พื้นหลังภาพ:url()} .capt td {แบบอักษร:ปกติ 11px verdana;padding:2px 0} .a {พื้นหลังตำแหน่ง-y:0px} .b {พื้นหลังตำแหน่ง-y :-37px} .c {พื้นหลังตำแหน่ง-y:-74px} .d {พื้นหลังตำแหน่ง-y:-111px} .e {พื้นหลังตำแหน่ง-y:-148px} .f {ตำแหน่งพื้นหลัง-y:- 185px} .g {พื้นหลังตำแหน่ง-y:-222px} .f1 {พื้นหลังตำแหน่ง-x:0px} .f2 {พื้นหลังตำแหน่ง-x:-51px} .f3 {ตำแหน่งพื้นหลัง-x:-101px} . f4 {ตำแหน่งพื้นหลัง-x:-153px} .f5 {ตำแหน่งพื้นหลัง-x:-205px} .f6 {ตำแหน่งพื้นหลัง-x:-257px} .f7 {ตำแหน่งพื้นหลัง-x:-309px} --> </style> <script language="javascript"> window.onload=function(){ var t=document.getElementsByTagName('table')[0]; var cs=t.rows[1].cells,ct=t .rows[0].cells; for(var i=0;i<cs.length;i++) cssAni(cs[i],ct[i],7); } ฟังก์ชัน cssAni(osrc,otarget,num,duration) { //////// //IE เท่านั้น //โดย mozart0, 2007.06.09 //////// var t=null,c=1,d=0,n=0,i=Math floor((duration||300)/num); var s=otarget.className.replace(/.$/,''),r=/over/; osrc.onmouseover=osrc.onmouseout=function(e){ n =r.test((e||event).type)?1:-1; if(!t) t=setInterval(function(){ if((c==1||c==num)&&(( d==n||c+n<1)||!(d=n))) กลับ clearInterval(t),t=null; otarget.className=s+(c+=d); } </script> </head> <body> เมาส์ชี้ไปที่อักขระ A, B, C, D, E, F, G เห็นผลเลย!! ฮ่าๆ<table> <tr class='icon'> <td class='a f1'></td> <td class='b f1'></td> <td class =' ค f1'></td> <td class='d f1'></td> <td class='e f1'></td> <td class='f f1'></td> < td คลาส ='g f1'></td> </tr> <tr class='capt'> <td><a href='#;'>A</a></td> <td><a href= '#;'>B</a></td> <td><a href='#;'>C</a></td> <td><a href='#;'>D </ a></td> <td><a href='#;'>E</a></td> <td><a href='#;'>F</a></td> <td ><a href='#;'>G</a></td> </tr> </table> </body> </html>