Display animado
Publicado por rafael farias novaes 28/01/2009
[ Hits: 6.597 ]
Homepage: http://www.vivaolinux.com.br/perfil/verPerfil.php?login=bfmano
Download sobre menu display animado.txt
Cria um display animado.
<script language="javascript"> if (!document.layers && !document.all){ event = 'test'; } function showtip2( current, e, text){ if (document.all && document.readyState == "complete" ){ document.all.tooltip2.innerHTML = '<marquee style="border:1px solid black">'+ text +'</marquee>'; document.all.tooltip2.style.pixelLeft = event.clientX + document.body.scrollLeft + 10; document.all.tooltip2.style.pixelTop = event.clientY + document.body.scrollTop + 10; document.all.tooltip2.style.display = 'block'; } else if ( document.getElementById ){ document.getElementById('nstip').innerHTML = '<b>'+ text +'</b>'; document.getElementById('nstip').style.marginLeft = '0px'; document.getElementById('nstip').style.display = 'block'; currentscroll = setInterval('scrolltip()',100); document.getElementById('tooltip2').style.left = e.pageX + 10; document.getElementById('tooltip2').style.top = e.pageY + 10; document.getElementById('tooltip2').style.display = 'block'; } } function hidetip2(){ if (document.all){ document.all.tooltip2.style.display = 'none'; }else if (document.getElementById){ clearInterval(currentscroll); document.getElementById('tooltip2').style.display = 'none'; document.getElementById('nstip').style.display = 'none'; } } function scrolltip(){ if ( parseInt( document.getElementById('nstip').style.marginLeft ) >= -(parseInt( document.getElementById('nstip').style.width )) ){ document.getElementById('nstip').style.marginLeft = (parseInt( document.getElementById('nstip').style.marginLeft ) - 5) + 'px'; }else{ document.getElementById('nstip').style.marginLeft = '152px'; } } </script>
Mudando o layout dinamicamente
Mundando a classe css de uma tag dinamicamente
Compartilhando a tela do Computador no Celular via Deskreen
Como Configurar um Túnel SSH Reverso para Acessar Sua Máquina Local a Partir de uma Máquina Remota
Configuração para desligamento automatizado de Computadores em um Ambiente Comercial
Efeito "livro" em arquivos PDF
Como resolver o erro no CUPS: Unable to get list of printer drivers
Flatpak: remover runtimes não usados e pacotes
Mudar o gerenciador de login (GDM para SDDM e vice-versa) - parte 2
Estou com sede em aprender sobre o nosso querido Linux. (1)
big linux sem audio como resolver (2)
Como faz para dar um update-grub por shell script [RESOLVIDO] (3)
[Python] Automação de scan de vulnerabilidades
[Python] Script para analise de superficie de ataque
[Shell Script] Novo script para redimensionar, rotacionar, converter e espelhar arquivos de imagem
[Shell Script] Iniciador de DOOM (DSDA-DOOM, Doom Retro ou Woof!)
[Shell Script] Script para adicionar bordas às imagens de uma pasta