Ale Posted January 27, 2004 Report Share Posted January 27, 2004 // algm ae usa o netBeans IDE ?// ou sabe de algm tuto para ele... Quote Link to comment Share on other sites More sharing options...
0 BJack Posted January 27, 2004 Report Share Posted January 27, 2004 Já procurou no site da Sun? http://java.sun.com/ Quote Link to comment Share on other sites More sharing options...
0 Ale Posted January 28, 2004 Author Report Share Posted January 28, 2004 // vou pesquisar por lá =) Quote Link to comment Share on other sites More sharing options...
0 Guest Bessa Posted January 28, 2004 Report Share Posted January 28, 2004 // vou pesquisar por lá =) <script language="JavaScript"><!-- var top; var base; var pos; var speedy; speedy = 1; function Iniciar() { top = document.all.Layer1.offsetHeight + 3; base = 0 - (document.all.Layer2.offsetHeight + 3); pos = parseInt(document.all.Layer2.style.top); Mover(); } function Mover() { pos = pos - 2; document.all.Layer2.style.top=pos; if (pos<base) { pos=top;} if (speedy==1) { setTimeout("Mover()",100) } } window.onload = Iniciar// --></SCRIPT><BODY BGCOLOR="#FFFFFF" TEXT="#000000"><TABLE WIDTH="21%" BORDER="0" HEIGHT="9%"> <TR> <TD height="457" bgcolor="#000000"> <DIV ID="Layer1" STYLE="border: 1px solid #000000; width:100%; height:100%; overflow:hidden;" OnMouseOver="speedy=0" OnMouseOut="speedy=1;Mover()"> <DIV ID="Layer2" STYLE="position:absolute; left:20px; top:21px; width:4px; height:892px; background-color:#000000;"> <P ALIGN="center"><img src="terraamerica/chicao1.gif" width="128" height="172"><img src="terraamerica/claudinha1.gif" width="129" height="182"><img src="terraamerica/farinha.gif" width="129" height="167"><img src="terraamerica/nelson.gif" width="127" height="166"><img src="terraamerica/pedrinho1.gif" width="128" height="161"></P> <P ALIGN="CENTER"> </P> </DIV> </DIV>Tenho esse código acima e uso muito nos sites que faço. Representa uma camada se movimentando de baixopara cima, quer dizer, na vertical. Não entendo de java, mas como faria para que essa mesma camada passasse a se movimentar na horizontal? O que eu mudaria nesse código? Que pode me ajudar e aqui eu sei que muita gente pode. Por favor tentem ser o menso técnico possível pois não entendo muito dos códigos, só alguma coisa. No código tem alguns nomes que podem soar estranhos , mas são coisa minhas. Me desculpem e obrigado a quem me der uma luzValeu Quote Link to comment Share on other sites More sharing options...
0 John Doe Posted January 28, 2004 Report Share Posted January 28, 2004 Véi...isso é javascript.... Quote Link to comment Share on other sites More sharing options...
0 Guest Bessa Posted January 29, 2004 Report Share Posted January 29, 2004 Véi...isso é javascript.... Certo, mas você tem idéia de como faço para mudar o movimento da camada/ou seja de vertical para horizontal?Agradeço Quote Link to comment Share on other sites More sharing options...
0 BJack Posted January 29, 2004 Report Share Posted January 29, 2004 Rapaz, você poderia ir no fórum de Javascript e postar sua própria dúvida, o q acha!?!?! Entendeu!?? Ah, e se registrar tb seria uma boa! Flws! Quote Link to comment Share on other sites More sharing options...
0 John Doe Posted January 29, 2004 Report Share Posted January 29, 2004 mesmo assim, cara, vou quebrar um galho seu: <script language="JavaScript"> <!-- var top; var base; var pos; var speedy; speedy = 1; function Iniciar() { top = document.all.Layer1.offsetWidth + 3; base = 0 - (document.all.Layer2.offsetWidth + 3); pos = parseInt(document.all.Layer2.style.left); Mover(); } function Mover() { pos = pos - 2; document.all.Layer2.style.left=pos; if (pos<base) { pos=top;} if (speedy==1) { setTimeout("Mover()",100) } } window.onload = Iniciar // --> </SCRIPT> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <TABLE WIDTH="21%" BORDER="0" HEIGHT="9%"> <TR> <TD height="457" bgcolor="#000000"> <DIV ID="Layer1" STYLE="border: 1px solid #000000; width:700; height:100%; overflow:hidden;" OnMouseOver="speedy=0" OnMouseOut="speedy=1;Mover()"> <DIV ID="Layer2" STYLE="position:absolute; left:20px; top:21px; width:4px; height:892px; background-color:#000000;"> <P ALIGN="center"><img src="terraamerica/chicao1.gif" width="700" height="172"><img src="terraamerica/claudinha1.gif" width="129" height="182"><img src="terraamerica/farinha.gif" width="129" height="167"><img src="terraamerica/nelson.gif" width="127" height="166"><img src="terraamerica/pedrinho1.gif" width="128" height="161"></P> <P ALIGN="CENTER"> </P> </DIV> </DIV> Quote Link to comment Share on other sites More sharing options...
0 Guest Bessa Posted January 29, 2004 Report Share Posted January 29, 2004 mesmo assim, cara, vou quebrar um galho seu: <script language="JavaScript"> <!-- var top; var base; var pos; var speedy; speedy = 1; function Iniciar() { top = document.all.Layer1.offsetWidth + 3; base = 0 - (document.all.Layer2.offsetWidth + 3); pos = parseInt(document.all.Layer2.style.left); Mover(); } function Mover() { pos = pos - 2; document.all.Layer2.style.left=pos; if (pos<base) { pos=top;} if (speedy==1) { setTimeout("Mover()",100) } } window.onload = Iniciar // --> </SCRIPT> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <TABLE WIDTH="21%" BORDER="0" HEIGHT="9%"> <TR> <TD height="457" bgcolor="#000000"> <DIV ID="Layer1" STYLE="border: 1px solid #000000; width:700; height:100%; overflow:hidden;" OnMouseOver="speedy=0" OnMouseOut="speedy=1;Mover()"> <DIV ID="Layer2" STYLE="position:absolute; left:20px; top:21px; width:4px; height:892px; background-color:#000000;"> <P ALIGN="center"><img src="terraamerica/chicao1.gif" width="700" height="172"><img src="terraamerica/claudinha1.gif" width="129" height="182"><img src="terraamerica/farinha.gif" width="129" height="167"><img src="terraamerica/nelson.gif" width="127" height="166"><img src="terraamerica/pedrinho1.gif" width="128" height="161"></P> <P ALIGN="CENTER"> </P> </DIV> </DIV> Jonh Doe, muito obrigado. Bjack, me desculpe a confusão é que não conheco bem ainda o site. Vou obter informações sobre o registro. Sinseramente não sabia.Valeu! Quote Link to comment Share on other sites More sharing options...
0 BJack Posted January 29, 2004 Report Share Posted January 29, 2004 Jonh Doe, muito obrigado. Bjack, me desculpe a confusão é que não conheco bem ainda o site. Vou obter informações sobre o registro. Sinseramente não sabia.Valeu! Mal ae, acho q tava de mal humor logo de manhã! Não precisa se desculpar não cara! Ah, você só ta cadastrado no site script brasil, você precisa se cadastrar no fórum tb! Flws! T+ Quote Link to comment Share on other sites More sharing options...
Question
Ale
// algm ae usa o netBeans IDE ?
// ou sabe de algm tuto para ele...
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.