|
|
Vínculos
publicidad
Seguir a @variosos
|
Si buscas
hosting web,
dominios web,
correos empresariales o
crear páginas web gratis,
ingresa a
PaginaMX
vista del codigo
<script src="http://hostredeando.ucoz.es/SCRIPTS/jquery-1.3.2.min.js" type="text/javascript">
</script><script> $(document).ready(function(){ $("#the_lights").fadeTo(1,0); $("#turnoff").click(function () { $("#the_lights").css({'display' : 'block'}); $("#the_lights").fadeTo("slow",1); }); $("#soft").click(function () { document.getElementById("the_lights").style.display="block"; $("#the_lights").fadeTo("slow",0.8); }); $("#turnon").click(function () { document.getElementById("the_lights").style.display="block"; $("#the_lights").fadeTo("slow",0); }); }); </script> <style type="text/css"> #the_lights{ background-color:#000; height:100%; width:100%; position:absolute; top:0; left:0; display:none; } #standout{ padding:5px; background-color:#E7F3FB; position:relative;border-radius:20px; z-index:1000; color:#000000; }</style> <center> <div id="standout"> <div id="turnoff"> <a href="javascript:void">apagar web</a></div> <div id="soft"> <a href="javascript:void">web suave</a></div> <div id="turnon"> <a href="javascript:void">encender web</a></div> </div> <div id="the_lights"> </div> </center> |
Tu Sitio Web Gratis © 2024 |
Agregar un comentario