Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

well2905

com Marquee

Recommended Posts

Olá

 

Preciso por marquee em:

 

<tr><td><?print ($contador==1) ? $numero.$sep : "";?><a href="<? echo $url."/index.php?showtopic=".$res[tid];?>" target="_blank"><?echo corta($res[title],$limite_texto);?></a><br></td></tr>

<marquee onMouseOver="this.stop()" onMouseOut="this.start()" scrollAmount="2" scrollDelay="75" direction=up>
</marquee>

Coloquei mas fica sem movimento

 

vlw

Compartilhar este post


Link para o post
Compartilhar em outros sites

faltou TABLE

 

<marquee onMouseOver="this.stop()" onMouseOut="this.start()" scrollAmount="2" scrollDelay="75" direction=up>
<table><tr><td><?print ($contador==1) ? $numero.$sep : "";?><a href="<? echo $url."/index.php?showtopic=".$res[tid];?>" target="_blank"><?echo corta($res[title],$limite_texto);?></a><br></td></tr></table>
</marquee>

;)

Compartilhar este post


Link para o post
Compartilhar em outros sites

<table><tr><td>
<marquee onMouseOver="this.stop()" onMouseOut="this.start()" scrollAmount="2" scrollDelay="75" direction=up>
<?print ($contador==1) ? $numero.$sep : "";?><a href="<? echo $url."/index.php?showtopic=".$res[tid];?>" target="_blank"><?echo corta($res[title],$limite_texto);?></a><br>
</marquee>
</td></tr></table>

tente assim...

examente qual efeito você quer?/

explique mais detalhadamente

 

;)

Compartilhar este post


Link para o post
Compartilhar em outros sites

Defina a altura e largura da tabela tanto quanto a do MARQUEE

 

<table width="200" height="200"><tr><td>
<marquee width="200" height="200" onMouseOver="this.stop()" onMouseOut="this.start()" scrollAmount="2" scrollDelay="75" direction=up>
<a href="f" target="_blank">d</a><br>
</marquee>
</td></tr></table>

ao inves de tabelas use CSS

aprenda m pouco de Webstandards

 

ps.: Marquee é uma TAG em desuso

abraço

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.