Display animado
Publicado por rafael farias novaes 28/01/2009
[ Hits: 6.704 ]
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>
Indica a pagina dependendo da resolução do usuario
Menu sanfona com JQuery apenas utilizando as tags UL e LI
Mudando o layout dinamicamente
Criar entrada (menuentry) ISO no Grub
Como gerar qualquer emoji ou símbolo unicode a partir do seu teclado
Instalar o VIM 9.1 no Debian 12
Como saber o range de um IP público?
Muitas dificuldades ao instalar distro Linux em Notebook Sony Vaio PCG-6131L (VPCEA24FM)
Slackpkg+ (Slackpkg Plus) está de volta!
Como dividir duas janelas igualmente e lado-a-lado na sua tela
instalar o Linux em computadores Acer novos (7)
Será possível instalar Linux Mint LMDE em Sony Vaio? (19)
O livro "Linux - Guia do Administrador do Sistema (Rubem E. Ferre... (1)
Como redefinir o diretório Home? (2)
Posso instalar usar o grub sem ter linux instalado, para iniciar o win... (2)