Français
Exemple de code d'effets spéciaux de page Web, un effet de retournement de souris sympa obtenu avec une image
<!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>Un effet sympa obtenu avec une image downcodes.com</ title> <style type="text/css"> <!-- body {text-align:center} tableau {border:1px solid #eeeeee;padding:3px 0;border-bottom-width:5px} .icon td { largeur: 50px; hauteur: 37px; image d'arrière-plan: url ()} .capt td {fonte: normale 11px verdana; padding: 2px 0} .a {position d'arrière-plan-y: 0px} .b {position d'arrière-plan-y :-37px} .c {arrière-plan-position-y:-74px} .d {arrière-plan-position-y:-111px} .e {arrière-plan-position-y:-148px} .f {arrière-plan-position-y:- 185px} .g {position-arrière-plan-y:-222px} .f1 {position-arrière-plan-x:0px} .f2 {position-arrière-plan-x:-51px} .f3 {position-arrière-plan-x:-101px} . f4 {position-arrière-plan-x:-153px} .f5 {position-arrière-plan-x:-205px} .f6 {position-arrière-plan-x:-257px} .f7 {position-arrière-plan-x:-309px} --> </style> <script language="javascript"> window.onload=function(){ var t=document.getElementsByTagName('table')[0]; .rows[0].cells; for(var i=0;i<cs.length;i++) cssAni(cs[i],ct[i],7 } fonction cssAni(osrc,otarget,num,duration) { //////// //IE uniquement //par mozart0, 09.06.2007 //////// var t=null,c=1,d=0,n=0,i=Math. étage((durée||300)/num); var s=otarget.className.replace(/.$/,''),r=/over/; =r.test((e||event).type)?1:-1; if(!t) t=setInterval(function(){ if((c==1||c==num)&&(( d==n||c+n<1)||!(d=n))) return clearInterval(t),t=null; } </script> </head> <body> La souris pointe sur les caractères A, B, C, D, E, F, G. Vous pouvez voir l'effet !! Haha<table> <tr class='icon'> <td class='a f1'></td> <td class='b f1'></td> <td class =' c f1'></td> <td class='d f1'></td> <td class='e f1'></td> <td class='f f1'></td> < td classe ='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>