Mensaje Nº 1 | 5:26 AM
Hola!, yo estoy haciendo un nuevo diseño para mi pagina, el problema es q yo pongo un codigo Jquery y cuando quiero iniciar sesion en mi apgina no puedo, cuando le pongo a "entrada" solamente se reinicia la pagina :/ NECESITO AYUDAA

este es el codigo completo q estoy usando q no deja inciar sesion en mi pagina:

Code
<link rel="stylesheet" type="text/css" href="http://bepfanclub.com.ar/0SEPTIEMBRE2010/rotador.css">
<!--Call jQuery-->
<script type="text/javascript"

src="http://sohtanaka.com/web-design/examples/image-rotator/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".main_image .desc").show(); //Show Banner
$(".main_image .block").animate({ opacity: 0.85 }, 1 ); //Set Opacity

  //Click and Hover events for thumbnail list
  $(".image_thumb ul li:first").addClass('active');
  $(".image_thumb ul li").click(function(){
  //Set Variables
  var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image
  var imgTitle = $(this).find('a').attr("href"); //Get Main Image URL
  var imgDesc = $(this).find('.block').html(); //Get HTML of block
  var imgDescHeight = $(".main_image").find('.block').height(); //Calculate height of block
   
  if ($(this).is(".active")) { //If it's already active, then...
  return false; // Don't click through
  } else {
  //Animate the Teaser
  $(".main_image .block").animate({ opacity: 0, marginBottom: -imgDescHeight }, 250 ,

function() {
  $(".main_image .block").html(imgDesc).animate({ opacity: 0.85, marginBottom:

"0" }, 250 );
  $(".main_image img").attr({ src: imgTitle , alt: imgAlt});
  });
  }
   
  $(".image_thumb ul li").removeClass('active'); //Remove class of 'active' on all lists
  $(this).addClass('active'); //add class of 'active' on this list only
  return false;
   
  }) .hover(function(){
  $(this).addClass('hover');
  }, function() {
  $(this).removeClass('hover');
  });
   
  //Toggle Teaser
  $("a.collapse").click(function(){
  $(".main_image .block").slideToggle();
  $("a.collapse").toggleClass("show");
  });
   
});//Close Function
</script>

<div class="main_image">
<img src="http://bepfanclub.com.ar/0SEPTIEMBRE2010/rotadornoticias/1.jpg" alt="">
<div class="desc">
<a href="#" class="collapse">Close Me!</a>
<div class="block">
<h2><b><span style="font-size: 9pt;"> BEP en Argentina</span></b></h2>
<small> 11 de Agosto</small>
<p>BepFanClub lo confirma, tenemos fecha para el concierto en Argentina, y será el 06 de Noviembre en el  

estadio GEBA. <a  

href="http://bepfanclub.com.ar/news/black_eyed_peas_llega_a_argentina_en_noviembre/2010-07-06-2150">Leer  

Más</a></p>
</div>
</div>
</div>
<div class="image_thumb">
<ul>
<li>
<a href="http://bepfanclub.com.ar/0SEPTIEMBRE2010/rotadornoticias/1.jpg"><img  

src="http://bepfanclub.com.ar/0SEPTIEMBRE2010/rotadornoticias/chicos/1.jpg" alt="Image Name"  

align="absBottom"></a>
<div class="block">
<h2><b><span style="font-size: 9pt;"> BEP en Argentina</span></b></h2>
<small> 11 de Agosto</small>
<p>BepFanClub lo confirma, tenemos fecha para el concierto en Argentina, y será el 06 de Noviembre en el  

estadio GEBA. <a  

href="http://bepfanclub.com.ar/news/black_eyed_peas_llega_a_argentina_en_noviembre/2010-07-06-2150">Leer  

Más</a></p>
</div>
</li>
</ul>
</div><div class="image_thumb">
<ul>
<li>
<a href="http://bepfanclub.com.ar/0SEPTIEMBRE2010/rotadornoticias/2.jpg"><img  

src="http://bepfanclub.com.ar/0SEPTIEMBRE2010/rotadornoticias/chicos/2.jpg" alt="Image Name"  

align="absBottom"></a>
<div class="block">
<h2><span style="font-size: 9pt;"> <b>Nueva galería de fotos</b></span></h2>
<small> 14 de Agosto</small>
<p>Hemos liberado nuestra nueva galería profesional, ya puedes entrar y ver las más de 200 sesiones de fotos  

untagged. <a  

href="http://bepfanclub.com.ar/news/black_eyed_peas_llega_a_argentina_en_noviembre/2010-07-06-2150">Leer  

Más</a></p>
</div>
</li>
</ul>
</div>

<div class="image_thumb">
<ul>
<li>
<a href="http://bepfanclub.com.ar/0SEPTIEMBRE2010/rotadornoticias/3.jpg"><img  

src="http://bepfanclub.com.ar/0SEPTIEMBRE2010/rotadornoticias/chicos/3.jpg" alt="Image Name"></a>
<div class="block">
<h2><span style="font-size: 9pt;"> <b>Taboo Deltah 3008</b></span></h2>
<small> 13 de Agosto</small>
<p>Taboo tuvo una pequeña entrevista con MTV.com y habló sobre su nueva colección de zapatillas, Taboo Deltah  

3008. <a  

href="http://bepfanclub.com.ar/news/black_eyed_peas_llega_a_argentina_en_noviembre/2010-07-06-2150">Leer  

Más</a></p>
</div>
</li>
</ul>
</div>

<div class="image_thumb">
<ul>
<li>
<a href="http://bepfanclub.com.ar/0SEPTIEMBRE2010/rotadornoticias/4.jpg"><img  

src="http://bepfanclub.com.ar/0SEPTIEMBRE2010/rotadornoticias/chicos/4.jpg" alt="Image Name"></a>
<div class="block">
<h2><span style="font-size: 9pt;"><b> BEP en México</b></span></h2>
<small> 16 de Agosto</small>
<p>Black Eyed Peas estará presentando a finales de Septiembre y a comienzos de Octubre su tour en  

México. <a  

href="http://bepfanclub.com.ar/news/black_eyed_peas_llega_a_argentina_en_noviembre/2010-07-06-2150">Leer  

Más</a></p>
</div></li>
</ul>
</div>
</td></tr></tbody></table></td></tr></tbody></table></div>

pueden comprobarlo por ustedes mismos aqui, traten de inciar sesion: http://beparg3.ucoz.com/ (por favor n ose fijen mucho, q sigo trabajando en este diseño)

tmb si quieren pueden entrar a la pagina: www.bepfanclub.com.ar


www.BEPfanclub.com