http://styledz.com/Slider/imagenes.html
la gracia está en poner el mouse sobre la luna y que se active el fadeTo haciendo un efecto como si la luz de la luna iluminase barna... jejejee, queda muy chulo por que ya he visto el resultado pero.... ains.... no hay manera!!
Código
<head> <title>Imagenes</title> <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" /> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" /> </head>
Pero si invierto el orden de este modo:
Código
<head> <title>Imagenes</title> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js"></script> <script type="text/javascript" src="js/lightbox.js"></script> <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.js"></script> <link rel="stylesheet" href="css/lightbox.css" /> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" /> </head>
Se invierte la funcionalidad... :S este Noel <---- ni se compara a mi estado HUAHUAHUA....
Muchas gracias por vuestro tiempo y respuestas!!!