Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

126
Visualizações
One function effecting the other

The buttons below run fine on their own, but when grow and rotate are both in effect then the big, rotated box overlaps with text... How do I get the big box to change its margins ONLY when the rotate button is also pressed?

//Press "grow" button box grows 
document.getElementById('button1').addEventListener("click", growBtn); 
function growBtn() { 
    document.getElementById('box').style.height = "300px"; 
    document.getElementById('box').style.width = "300px";
}

//Press "rotate" button box rotates 
//Margins added to keep the box from overlapping on text 
document.getElementById('button4').addEventListener("click", rotateBtn);
function rotateBtn() { 
    document.getElementById('box').style.transform = "rotate(45deg)";
    document.getElementById('box').style.marginBottom = "50px"; 
    document.getElementById('box').style.marginTop = "50px"; 
    document.getElementById('box').style.marginLeft = "50px"; 
}

I'm new to JS so I may need to be pointed to a resource or given deeper explanation on how the answer works.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda