bacchus 0 Denunciar post Postado Março 17, 2004 Ei pessoal como fazer a scroll bar desse site aqui http://www.antipopvideos.com/ Onde apenas o mouse passa por cima da imagem (mouse over), e só rola o texto não o fundo É alguma extensão??como fazer isso??? Valeu galera Compartilhar este post Link para o post Compartilhar em outros sites
Douglas 6 Denunciar post Postado Março 17, 2004 http://www.imasters.com.br/forum/index.php...agem+automatica Compartilhar este post Link para o post Compartilhar em outros sites
sitenovo 0 Denunciar post Postado Março 20, 2004 veja se isso resolve: //Scrollable content III- By http://www.dynamicdrive.com var speed, currentpos=curpos1=0,alt=1,curpos2=-1 function initialize(){ if (window.parent.scrollspeed!=0){ speed=window.parent.scrollspeed scrollwindow() } } function scrollwindow(){ temp=(document.all)? document.body.scrollTop : window.pageYOffset alt=(alt==0)? 1 : 0 if (alt==0) curpos1=temp else curpos2=temp window.scrollBy(0,speed) } setInterval("initialize()",10) Aqui, esta somente o script que fica dentro do arquivo em .js, ok?? depois temos isso: <layer visibility=hide><div><a href="#" onMouseover="scrollspeed=-3" onMouseout="scrollspeed=0"><img name="n45" src="images/45.jpg" width="60" height="30" border="0" alt="scroll up"></a></div></layer> <layer visibility=hide><div><a href="#" onMouseover="scrollspeed=3" onMouseout="scrollspeed=0"><img name="n51" src="images/51.jpg" width="60" height="35" border="0" alt="scroll down"></a></div></layer> é por ai... []s Rodney Compartilhar este post Link para o post Compartilhar em outros sites