|    
			
				07/11/2008, 10:10
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: octubre-2008 
						Mensajes: 34
					 Antigüedad: 17 años Puntos: 1 |  | 
  |  Respuesta: jquery no funciona con mootools  
  hola este es el codigo esta bastante desordenado  es una galeria smooth y las noticias newsticker le he quitado el noconflict porque no se exactamente como trabaja y en donde va
 
 <!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"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <head>
 
 <script type="text/javascript" src="file:///Macintosh HD/Users/degupukas/Desktop/a/TotW_9032/jquery/jquery-1.1.4.pack.js"></script>
 <script src="file:///Macintosh HD/html/mootools.v1.11.js" type="text/javascript"></script>
 <script src="file:///Macintosh HD/html/jd.gallery.js" type="text/javascript"></script>
 <script src="file:///Macintosh HD/html/jd.gallery.transitions.js" type="text/javascript"></script>
 <link rel="stylesheet" href="file:///Macintosh HD/html/css/jd.gallery.css" type="text/css" media="screen" />
 <script type="text/javascript" src="file:///Macintosh HD/Users/degupukas/Desktop/a/TotW_9032/jquery/jquery.newsticker.pack.js"></script>
 
 
 <script type="text/javascript">
 $(document).ready(function() {
 $("#jquery_newsticker").newsticker();
 });
 </script>
 
 <style type="text/css">
 
 body {
 margin-left: 100px;
 margin-top: 30px;
 margin-right: 100px;
 margin-bottom: 30px;
 background-image: url(../CARBON.jpg);
 }
 
 #jquery_newsticker {list-style-type: none;border: 1px dashed #000000; background: #ffffff; padding: 3px; margin: 0px; width: 432px; }
 .fechora {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #FFF;
 background-image: url(z/LOGOS/DEPOR.jpg);
 background-repeat: no-repeat;
 padding-top: 30px;
 padding-left: 760px;
 }
 </style>
 
 
 
 
 
 </head>
 
 <body>
 <table width="1073">
 <tr>
 <td> </td>
 </tr>
 </table>
 <table width="1073">
 <tr>
 <td> </td>
 </tr>
 </table>
 <table width="1073">
 <tr>
 <td><ul id="jquery_newsticker">
 <li>Find out more about <a href="http://www.lassosoft.com/">Lasso</a>!</li>
 <li>Find out more about <a href="http://jquery.com/">JQuery</a>!</li>
 <li>Find out more about <a href="http://www.texotela.co.uk/code/jquery/newsticker/">Newsticker</a>!</li>
 </ul></td>
 <td> </td>
 <td> </td>
 </tr>
 </table>
 <table width="1073">
 <tr>
 <td> </td>
 </tr>
 </table>
 <table width="1073">
 <tr>
 <td> </td>
 </tr>
 </table>
 <table width="1073">
 <tr>
 <td width="871">
 
 
 <script type="text/javascript">
 function startGallery() {
 var myGallery = new gallery($('myGallery'), {
 timed: true,
 showArrows: true,
 showCarousel: true
 });
 }
 window.addEvent('domready', startGallery);
 </script>
 
 
 <div id="myGallery">
 <div class="imageElement">
 <h3><a href="index.php">Mundial Femenino Sub-17</a></h3>
 <p>La representación de Costa Rica en el Mundial Sub 17 ha quedado eliminada tras perder contra Alemania y Korea del sur.Con esto tan solo le queda cumplir el último  partido frente frente a Ghana</p>
 <a href="http://deportico.co.cr." title="open image" class="open"></a><img src="../images/brugges2006/1.jpg" width="833" height="340" class="full" /><img src="images/brugges2006/1-mini.jpg" class="thumbnail" /></div>
 <div class="imageElement">
 <h3><a href="formula1.html">Felipe Massa presiona</a></h3>
 <p><a href="formula1.html">El piloto Brasileño consiguió la 'Pole' ante el delirio de sus seguidores, mientras que su rival, al que le basta un quinto puesto para ser campeón ,saldra desde el           cuarto lugar</a></p>
 <a href="formula1.html" title="open image" class="open"></a><a href="formula1.html"><img src="../images/brugges2006/2.jpg" class="full" /></a><img src="images/brugges2006/2-mini.jpg" class="thumbnail" /></div>
 <div class="imageElement">
 <h3><a href="wrc.html">Mikko líder en Japón</a></h3>
 <p><a href="wrc.html">Mikko Hirvonen lidera el Rally de Japón ,decimocuarta y penúltima prueba del Mundial del Rally, tras disputarse la segunda etapa.</a></p>
 <a href="wrc.html" title="open image" class="open"></a><a href="wrc.html"><img src="../images/brugges2006/3.jpg" class="full" /></a><img src="images/brugges2006/3-mini.jpg" class="thumbnail"/></div>
 </div></td>
 <td width="190"> </td>
 </tr>
 </table>
 <table width="1073">
 <tr>
 <td> </td>
 </tr>
 </table>
     |