Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

124
Vistas
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 la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda