Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/11/2008, 17:32
degupukas
 
Fecha de Ingreso: octubre-2008
Mensajes: 34
Antigüedad: 16 años
Puntos: 1
jcarousellite.js ayuda

hola de nuevo alguien me podria ayudar con este carousel de foto que es auto scroll la verda no lo logro poner a funcionar gracias por su tiempo


http://www.gmarwaha.com/jquery/jcarousellite/index.php#demo


<html>

<head>

<title>JQuery Test</title>



<script type="text/javascript" src="jcarousellite.js"></script>

<script type="text/javascript" src="jquery.js"></script>





<script type="text/javascript">
$(".auto .jcarousellite").jcarousellite({
auto: 800,
speed: 1000
});
</script>


<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
</head>

<body>


<div class="anyClass">

<ul>
<li><img src="http://img391.imageshack.us/img391/6310/51169277az5.jpg" alt="" width="100" height="100" ></li>
<li><img src="http://img88.imageshack.us/img88/1866/90203255ee8.jpg" alt="" width="100" height="100" ></li>
<li><img src="http://img377.imageshack.us/img377/2879/63104397xo2.jpg" alt="" width="100" height="100" ></li>
<li><img src="http://img377.imageshack.us/img377/2879/63104397xo2.jpg" alt="" width="100" height="100" ></li>
<li><img src="http://img391.imageshack.us/img391/6310/51169277az5.jpg" alt="" width="100" height="100" ></li>
<li><img src="http://img88.imageshack.us/img88/1866/90203255ee8.jpg" alt="" width="100" height="100" ></li>
<li><img src="http://img377.imageshack.us/img377/2879/63104397xo2.jpg" alt="" width="100" height="100" ></li>
<li><img src="http://img377.imageshack.us/img377/2879/63104397xo2.jpg" alt="" width="100" height="100" ></li>

</ul>
</div>




</body>

</html>