Jump to content
Fórum Script Brasil
  • 0

Netbeans


Ale

Question

9 answers to this question

Recommended Posts

  • 0
// 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">&nbsp;</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 luz

Valeu

Link to comment
Share on other sites

  • 0

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">&nbsp;</P>
</DIV>
</DIV>

Link to comment
Share on other sites

  • 0
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">&nbsp;</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!

Link to comment
Share on other sites

  • 0

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ã! biggrin.gif 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! wink.gif

Flws!

T+

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...