Español
Código de efectos especiales de la página web: cuatro muy buenos efectos de texto de aviso dinámico siguiendo el mouse
<head> <title>Buen mouse siguiendo el aviso dinámico downcodes.com</title> <meta http-equiv="Content-Type" content="text/ html ; charset=gb2312"> <script> //--Inicializar variables-- // de downcodes.com var rT=true;//Permitir la transición de la imagen var bT=true;//Permitir que la imagen aparezca y desaparezca var tw= 150; //Ancho del cuadro de solicitud var endaction=false;//Fin de la animación var ns4 = document.layers; var toolTipSTYLE =""; función initToolTips() { if(ns4||ns6||ie4) { if(ns4) toolTipSTYLE = document.toolTipLayer; else if(ns6) toolTipSTYLE = document.getElementById("toolTipLayer").style; else if (es decir,4) toolTipSTYLE = document.all.toolTipLayer.style; if(ns4) document.captureEvents(Event.MOUSEMOVE); else {toolTipSTYLE.visibility = "visible" toolTipSTYLE.display = "none"; = moveToMouseLoc ; } } function toolTip(msg, fg, bg) { if(toolTip.arguments.length < 1) // ocultar { if(ns4) { toolTipSTYLE.visibility = "oculto" } else { //--imagen transición, procesamiento de desvanecimiento-- if (!endaction) {toolTipSTYLE.display = "none";} if (rT) document.all("msg1").filters[1].Apply() if (bT) document; .all( "msg1").filters[2].Apply(); document.all("msg1").filters[0].opacity=0; 1]. Reproducir(); si (bT) document.all("msg1").filtros[2].Reproducir(); si (rT){ si (document.all("msg1").filtros[1]. estado== 1 || document.all("msg1").filters[1].status==0){ toolTipSTYLE.display = "none";} } if (bT){ if (document.all("msg1" ).filters[2].status==1 || document.all("msg1").filters[2].status==0){ toolTipSTYLE.display = "none";} } if (!rT && !bT ) toolTipSTYLE. display = "none"; //---------------------- } } else // mostrar { if(!fg) fg = "#777777 "; if (!bg) bg = "#eeeeee"; var content = '<table id="msg1" name="msg1" border="0" cellpacing="0" cellpadding="1" bgcolor="' + fg + ' " class="trans_msg"><td>' + '<table border="0" cellpacing="0" cellpadding="3" bgcolor="' + bg + '"><td width=' + tw + '> <font face="Arial" color="' + fg + '" size="-2">' + msg + ' </font></td></table></td> </table>'; if(ns4) {toolTipSTYLE.document.write(content); toolTipSTYLE.document.close(); toolTipSTYLE.visibility = "visible"; if(ns6) { document.getElementById("toolTipLayer") .innerHTML = content; toolTipSTYLE.display='block' } if(ie4) { document.all("toolTipLayer").innerHTML=content; toolTipSTYLE.display='block' //--Transición de imagen, procesamiento de aparición gradual- - var cssopaction= document.all("msg1").filters[0].opacity document.all("msg1").filters[0].opacity=0; filtros[1] .Apply(); if (bT) document.all("msg1").filters[2].Apply(); document.all("msg1").filters[0].opacity=cssopaction; (rT) documento .all("msg1").filters[1].Play(); if (bT) document.all("msg1").filters[2].Play(); //----- ---- ------------- } } } función moveToMouseLoc(e) { if(ns4||ns6) { x = e.pageX y = e.pageY } else { x; = event.x + document.body.scrollLeft; y = event.y + document.body.scrollTop; } toolTipSTYLE.left = x + offsetX; toolTipSTYLE.top = y + offsetY; type="text /css"> <!-- .trans_msg { filtro:alpha(opacidad=100,enabled=1) revelaTrans(duración=.2,transición=1) blendtrans(duración=.2); </style> </head> <script> </script> <body> <div id="toolTipLayer" style="position:absolute; visibilidad: oculta"></div> <script>initToolTips()</script > <font face ="Arial"> <a href="#" onMouseOver="toolTip('Esto es algo bueno<br>¿Qué piensas<br>Jaja')" onMouseOut="toolTip()">Prueba 1</a> </font> <font face="Arial"> <a href="#" onMouseOver="toolTip('¿Lo quieres? Es muy bueno usarlo', '#FFFF00', 'rojo ')" onMouseOut=" toolTip()">Prueba 1</a></font> <font face="Arial"> <a href="#" onMouseOver="toolTip('Esto es algo bueno<br> ¿Qué piensas<br> Jaja', '#FFFF00', 'orange')" onMouseOut="toolTip()">Prueba 3</a></font> <font face="Arial"> <a href= "#" onMouseOver="toolTip ('<marquee>¡Ejecutar! Ejecutar</marquee>', '#FFFF00', 'orange')" onMouseOut="toolTip()">Prueba 4</a></font> < /cuerpo>