Jump to content


Photo

Letras Em Movimento


  • Faça o login para participar
14 replies to this topic

#1 Vinnycius

Vinnycius

    Vinny

  • Usuários
  • 134 posts
  • Sexo:Não informado

Posted 11/07/2004, 10:23

Como fazer um link com letras em movimento no html?
Como se as letras estivessem sendo digitadas. :huh:

#2 Flip_

Flip_

    Flip

  • Usuários
  • 225 posts
  • Sexo:Masculino
  • Localidade:Blumenau
  • Interesses:surf

Posted 11/07/2004, 10:54

Tenta faze isso como figura (*.gif) ou entao vc tera q usar javascript ... mas nao sei como faz isso...
nao sei se te ajudei mto mas ta ai..
Felipe Casas
flipcasas@gmail.com *messenger
"emancipem se da escravidão mental pois não há nada além de nós mesmos que pode nos libertar" Bob Marley

#3 Vinnycius

Vinnycius

    Vinny

  • Usuários
  • 134 posts
  • Sexo:Não informado

Posted 11/07/2004, 11:16

Eu queria fazer com a font mesmo... Com a imagem ficará muito grande.

Eu gostaria de fazer igual a esse estilo:

Clique aqui

#4 PHPMan

PHPMan

    Jesus te ama

  • Usuários
  • 149 posts
  • Sexo:Masculino
  • Localidade:Belo Horizonte

Posted 11/07/2004, 11:33

<script language="JavaScript" type="text/JavaScript">
<!--


var j = 0;
var i = 1;
var objLink, objSpan;
var toolbarLinks = new Array();
var toolbarTextos = new Array();
// ########################################

toolbarLinks[0] = "link1.htm";
toolbarLinks[1] = "link2.htm";
toolbarLinks[2] = "link3.htm";
toolbarLinks[3] = "link4.htm";
toolbarLinks[4] = "link5.htm";

toolbarTextos[0] = "texto1";
toolbarTextos[1] = "texto2";
toolbarTextos[2] = "texto3";
toolbarTextos[3] = "texto4";
toolbarTextos[4] = "texto5";

function escreveTexto(texto,length) {
  if (length>=texto.length) {
    i = 1;
    clearInterval(timerTexto);
    objSpan.innerHTML = texto;
  } else {
    objSpan.innerHTML = texto.substring(0, length)+ "_";
  }
}

function loadTexto(texto) {
  escreveTexto(texto, i);
 i++;
}

function loadFrase() {
  objLink.href = toolbarLinks[j];
  timerTexto = setInterval("loadTexto('" +toolbarTextos[j]+ "')", 10);
  j++;
}

function checkFrase() {
  if (j >= toolbarTextos.length) {
    j = 0;
  }
  loadFrase();
}

function inicia() {
  objLink = document.getElementById("toolbarLink");
  objSpan = document.getElementById("toolbarSpan");

  loadFrase();
  timerLoad = setInterval("checkFrase()", 20000);
}

-->
</script>

É SÓ EDITAR OS LINKS E OS TEXTOS..FLW (y)

#5 Vinnycius

Vinnycius

    Vinny

  • Usuários
  • 134 posts
  • Sexo:Não informado

Posted 11/07/2004, 11:39

Mas não está aparecendo nada quando lanço sse código na html...
O que será?

#6 PHPMan

PHPMan

    Jesus te ama

  • Usuários
  • 149 posts
  • Sexo:Masculino
  • Localidade:Belo Horizonte

Posted 11/07/2004, 11:46

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Nova pagina 1</title>
<title>Anime Network Toolbar --- </title>
<script language="JavaScript" type="text/JavaScript" src="/functions.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--

// ########################################
// Por favor, ao editarem o template da toolbar não alterem e nem
// adcionem nada às linhas abaixo. Obrigado, Entei.
// ########################################
var j = 0;
var i = 1;
var objLink, objSpan;
var toolbarLinks = new Array();
var toolbarTextos = new Array();
// ########################################

toolbarLinks[0] = "/go.php?do=canais&canalid=32";
toolbarLinks[1] = "/go.php?do=canais&canalid=23";
toolbarLinks[2] = "/go.php?do=canais&canalid=35";
toolbarLinks[3] = "/go.php?do=canais&canalid=3";
toolbarLinks[4] = "/go.php?do=canais&canalid=31";

toolbarTextos[0] = "Mais de 1600 gifs animados de anime na Galeria de Gifs";
toolbarTextos[1] = "Cerca de 2000 imagens de Samurai X na Galeria de Imagens!";
toolbarTextos[2] = "Divirta-se com o Big Brother Animes!";
toolbarTextos[3] = "Quer conhecer mais a cultura, a arte e os custumes japoneses?";
toolbarTextos[4] = "Confira as produções 100% nacionais do Beranko Studio";

function escreveTexto(texto,length) {
  if (length>=texto.length) {
    i = 1;
    clearInterval(timerTexto);
    objSpan.innerHTML = texto;
  } else {
    objSpan.innerHTML = texto.substring(0, length)+ "_";
  }
}

function loadTexto(texto) {
  escreveTexto(texto, i);
 i++;
}

function loadFrase() {
  objLink.href = toolbarLinks[j];
  timerTexto = setInterval("loadTexto('" +toolbarTextos[j]+ "')", 10);
  j++;
}

function checkFrase() {
  if (j >= toolbarTextos.length) {
    j = 0;
  }
  loadFrase();
}

function inicia() {
  objLink = document.getElementById("toolbarLink");
  objSpan = document.getElementById("toolbarSpan");

  loadFrase();
  timerLoad = setInterval("checkFrase()", 20000);
}

-->
</script>
<style type="text/css">
<!--
td {
	font: 10px Tahoma;
	color: #808080;
}
select {
	font: 11px Tahoma;
	color: #808080;
	background: #EEEEEE;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
-->
</style>
</head>

<body leftmargin="0" topmargin="0" onLoad="inicia()" background="/toolbar/1/toolf.gif">
<!-- Anime Newtwork - Gerado em: Sun, 11 Jul 2004 11:41:47 GMT -0300 //-->
<table width="308" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td bgcolor="#CCCCCC" width="306"><img src="/toolbar/1/1.gif" width="1" height="4"></td>
  </tr>
  <tr> 
    <td bgcolor="#EEEEEE" width="254">
      <table border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td><font face="Arial">&gt;</font> <a href="" target="_parent" id="toolbarLink"><span id="toolbarSpan">Carregando...</span></a></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td width="306"><img src="/toolbar/1/1.gif" width="1" height="1"></td>
  </tr>
</table>
</body>
</html>

Copia esse código ai e depois vai editando.. :wacko:

#7 PHPMan

PHPMan

    Jesus te ama

  • Usuários
  • 149 posts
  • Sexo:Masculino
  • Localidade:Belo Horizonte

Posted 11/07/2004, 11:55

Se vc nao sabe muito de html..copia esse código ai e cola no front page depois visualiza ele..dai vc vai editando.
Qualquer coisa tamos ae (y)

#8 _MX_

_MX_

    Conhecimento nunca é demais

  • Usuários
  • 563 posts
  • Sexo:Não informado
  • Localidade:Diadema-sp

Posted 11/07/2004, 12:08

diminui algumas coisas no codigo mas ainda nao consegui diminuir mais

<html>
<head>
<title>Nova pagina 1</title>
<title>Anime Network Toolbar</title>
<script language="JavaScript" type="text/JavaScript">
<!--
var i = 1;
var objLink, objSpan;
var toolbarLinks = new Array();
var toolbarTextos = new Array();

toolbarLinks[0] = "/go.php?do=canais&canalid=32";
toolbarTextos[0] = "Mais de 1600 gifs animados de anime na Galeria de Gifs";

function escreveTexto(texto) {
 if (i>=texto.length) {
   i = 1;
   clearInterval(timerTexto);
   objSpan.innerHTML = texto;
 } else {
   objSpan.innerHTML = texto.substring(0, i)+ "_";
 }
  i++;
}

function inicia() {
 objLink = document.getElementById("toolbarLink");
 objSpan = document.getElementById("toolbarSpan");

 objLink.href = toolbarLinks[0];
 timerTexto = setInterval("escreveTexto('" +toolbarTextos[0]+ "')", 10);
}
-->
</script>
</head>
<body leftmargin="0" topmargin="0" onLoad="inicia()" background="/toolbar/1/toolf.gif">
<a href="" target="_parent" id="toolbarLink"><span id="toolbarSpan">Carregando...</span></a>
</body>
</html>

Edição feita por: _MX_, 11/07/2004, 12:16.

========================================================
Copiar o bom é melhor que inventar o ruim
========================================================
"O segredo da criatividade é saber esconder suas fontes"
(Einstein)
========================================================

#9 Vinnycius

Vinnycius

    Vinny

  • Usuários
  • 134 posts
  • Sexo:Não informado

Posted 11/07/2004, 12:14

Eu sai testando e deu nesse código, e ficou bom.. Valeu pela ajuda de todos! ;)

<head>
<script language="JavaScript" type="text/JavaScript" src="/functions.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
// ########################################
var j = 0;
var i = 1;
var objLink, objSpan;
var toolbarLinks = new Array();
var toolbarTextos = new Array();
// ########################################

toolbarLinks[0] = "/go.php?do=canais&canalid=32";
toolbarLinks[1] = "/go.php?do=canais&canalid=23";
toolbarLinks[2] = "/go.php?do=canais&canalid=35";
toolbarLinks[3] = "/go.php?do=canais&canalid=3";
toolbarLinks[4] = "/go.php?do=canais&canalid=31";

toolbarTextos[0] = "Testando os links";
toolbarTextos[1] = "Segundo teste de links";
toolbarTextos[2] = "Divirta-se com o Big Brother Animes!";
toolbarTextos[3] = "Quer conhecer mais a cultura, a arte e os custumes japoneses?";
toolbarTextos[4] = "Confira as produções 100% nacionais do Beranko Studio";

function escreveTexto(texto,length) {
 if (length>=texto.length) {
   i = 1;
   clearInterval(timerTexto);
   objSpan.innerHTML = texto;
 } else {
   objSpan.innerHTML = texto.substring(0, length)+ "_";
 }
}

function loadTexto(texto) {
 escreveTexto(texto, i);
i++;
}

function loadFrase() {
 objLink.href = toolbarLinks[j];
 timerTexto = setInterval("loadTexto('" +toolbarTextos[j]+ "')", 10);
 j++;
}

function checkFrase() {
 if (j >= toolbarTextos.length) {
   j = 0;
 }
 loadFrase();
}

function inicia() {
 objLink = document.getElementById("toolbarLink");
 objSpan = document.getElementById("toolbarSpan");

 loadFrase();
 timerLoad = setInterval("checkFrase()", 20000);
}

-->
</script>
<style type="text/css">
<!--
td {
font: 1px Verdana;
color: #808080;
}
select {
font: 1px Verdana;
color: #808080;
background: #EEEEEE;
}
a {
color: #808080;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: none;
}
-->
</style>
</head>

<body leftmargin="0" topmargin="0" onLoad="inicia()" background="/toolbar/1/toolf.gif">
<p><font color="#808080"><font face="Arial">+</font> </font> <a href="" target="_parent" id="toolbarLink"><span id="toolbarSpan">Carregando...</span></a></p>
</body>

Acho que esse é o código original...

#10 HaroNism

HaroNism

    Super Veterano

  • Usuários
  • 15385 posts
  • Sexo:Masculino
  • Localidade:San Miguel de Tucuman

Posted 26/09/2017, 15:24

Achat Viagra Pharmacie En Orleans Cialis De 20 Mg cialis online Vente Xenical En Ligne

#11 HaroNism

HaroNism

    Super Veterano

  • Usuários
  • 15385 posts
  • Sexo:Masculino
  • Localidade:San Miguel de Tucuman

Posted 08/10/2017, 21:07

Bentyl Byclomine Where To Order viagra online prescription Fluoxetine 10mg Visa In Internet Cialis Viagra Levitra Vergleich
Levitra Filmtabletten 10 Mg viagra Will Cephalexin Treat A Uti
How To Buy Flagyl viagra Pharmacy Onlline Store Como Comprar Viagra

#12 HaroNism

HaroNism

    Super Veterano

  • Usuários
  • 15385 posts
  • Sexo:Masculino
  • Localidade:San Miguel de Tucuman

Posted 23/10/2017, 12:30

Generic Viagra 100mg Tablets Tylenol length of levitra patent Cialis Comprar En Barcelona Cialis Levitra Pharmacie En Ligne
Amoxicillin Adverse Cialis Scaduto viagra Preis Viagra 50 Mg
Amoxicillin And Tinitis Effet Du Cialis 10 Viagra Effets Negatifs viagra Viagra Sale In Canada Citrus Cephalexin Interaction

#13 HaroNism

HaroNism

    Super Veterano

  • Usuários
  • 15385 posts
  • Sexo:Masculino
  • Localidade:San Miguel de Tucuman

Posted 04/11/2017, 23:33

Acheter Tadalis Sx Original Acquisto Kamagra 25 Mg Generic Propecia 5mg X Pills online pharmacy Viagra Kaufen Frankreich Kamagra 200 Mg Glucocorticoids Buy Uk
Propecia Vente Ligne buy levitra safely from canada Cephalexin Odor Cephalexin 500
Doxycycline Skin Health On Line Viagra Wikipedia Viagra 100mg No Prescription viagra online pharmacy Viagra Cialis Netdoktor Levitra Cialis Comparazione Prestazioni

#14 HaroNism

HaroNism

    Super Veterano

  • Usuários
  • 15385 posts
  • Sexo:Masculino
  • Localidade:San Miguel de Tucuman

Posted 30/11/2017, 13:28

Viagra Terapia Antipertensiva buy viagra Achat Viagra Belgique Achat Cialis Marseille
Finasteride Where To Purchase online pharmacy Cialis Was Beachten Buy Alli Pills Now

#15 JeffMalm

JeffMalm

    Super Veterano

  • Usuários
  • 12254 posts
  • Sexo:Feminino
  • Localidade:Mount Carey

Posted 09/02/2023, 06:26

Philos Trans R Soc Lond B Biol Sci 2012; 367 1607 3364 78 daily cialis online 2017; The Practice Committee of the American Society for Reproductive Medicine
finpecia fast delivery overnight 5 1A Long term Valve in mitral position 3
Epub 2021 Apr 23 cialis online without Chemical and nutritional studies on hanshi perilla frutescens, a traditional oilseed from northeast India




1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq