Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Com muito trabalho consegui adaptar os destaque de notícias rotativas dai tudo bem, funcionou direitinho no Mozilla,Explorer,Opera
mais quando abro no Chrome, não roda mostra só a primeira imagem.
veja ai e teste em outro navegado e depois teste no Chrome. NotíciasRotativa
vou postar aqui o Code.
<!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">](http://www.w3.org/1999/xhtml)
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>box</title>
<!--DESTAQUE-->
<link rel="stylesheet" href="css/destaque.css" type="text/css" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="js/jquery.destaques.js"></script></head>
<body>
<!-- destaques -->
<div id="blocoDestaques">
<ul>
<LI style="display: list-item; ">
<?php include ("foto1.php"); ?>
<div class="fundo">
<SPAN class="titulocar">
<?php include ("not1.php"); ?>
</SPAN></div>
</A> </LI>
<LI style="display: none; ">
<?php include ("foto2.php"); ?>
<div class="fundo">
<SPAN class="titulocar">
<?php include ("not2.php"); ?>
</SPAN></div>
</A> </LI>
<LI style="display: none; ">
<?php include ("foto3.php"); ?>
<div class="fundo">
<SPAN class="titulocar">
<?php include ("not3.php"); ?>
</SPAN> </div>
</A>
</ul>
</div>
<!-- /FIMDA destaques -->
</body>
</html>
Aguardo respostas..Carregando comentários...