Español
Código de efectos especiales simple y práctico. Después de abrir una capa, puede arrastrar
<style type="text/css"> body { margin: 0px; } #div1 { display: none; z-index: 1000; : 100%; ancho: 100%; fondo: #000000; filtro:Alfa(opacidad=30); } #div2 {pantalla: ninguna; altura: 100%; %; z -index: 1001; } #div3 { display: block; position: absolut; z-index: 999; </style> <script type="text/javascript"> //Definir objetos en movimiento y coordenadas en movimiento var Mouse_Obj=" none",_x,_y; // Función de arrastre de objeto (automática) document.onmousemove=function() { if(Mouse_Obj!=="none") { document.getElementById(Mouse_Obj).style.left=_x+ event.x; document.getElementById(Mouse_Obj).style.top=_y+event.y; event.returnValue=false; //Detener la función de arrastrar (automático) document.onmouseup=function() { Mouse_Obj="none" ; } //Confirma que la función del objeto arrastrado o es la función del objeto arrastrado m(o) { Mouse_Obj=o; _y=parseInt(document). .getElementById(Mouse_Obj).style.top)-event.y; } </script> <div id="div1"></div> <div id="div2" onmousedown="m(this.id)" estilo ="izquierda: 0px;arriba: 0px;"> <table width="50%" border="0" cellpadding="3" cellpadding="1" style="antecedentes: #ff7300; posición:estática;filtro:progid :DXImageTransform.Microsoft.DropShadow (color=#666666,offX=4,offY=4,positives=true)" align="center"> <tr style="cursor: move;"> <td><font color=" #FFFFFF">Recordatorio:</font></td> <td align="right"><input type="button" value="x" onClick="document.getElementById ('div1').style.display ='none';document.getElementById ('div2').style.display='none';" style="cursor: hand;"></td> </tr> <tr> <td colspan="2" width="100%" bgcolor="#FFFFFF" height="150" align="middle">Bienvenido a <a href="http://www.downcodes.com">http://www.downcodes.com </a></td> </tr> </table> </div> <div id="div3"><input type="button" value="Abrir capa" onClick="document.getElementById ('div1 ').style.display='bloque';document.getElementById ('div2').style.display='bloque';"></div>