El problema radica en que no me funciona el plugin, asi de sencillo
Les dejo el codigo haber si alguien me puede orientar acerca de que estoy haciendo mal.
Saludos!
Código HTML:
Ver original
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <script type="text/javascript"> var moo3DCarousel2 = new Moo3DCarousel('carousel-2',{ mouseWheel: false, stopOver: false }); $$('#carousel-2 a[href$="jpg"]').each( function(elem) { moo3DCarousel2.addElement(elem); }); </script> <style type="text/css"> #carousel-2 img { border: 3px solid rgba(160,160,160, 0.7); background: #fff; } </style> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div id="carousel-2"> </div> </body> </html>