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

146
Vistas
Javascript scrollIntoView() doesn't place <details> at top of page

I use the HTML details/summary on my page:

<details id="_1" onclick="closeDetails('_1')">
            <summary>Title 1</summary>
            ...content...
</details>
<details id="_2" onclick="closeDetails('_2')">
            <summary>Title 2</summary>
            ...content...
</details>

I have this Javascript to close the previously opened detail and to place the newly opened detail at the top of the screen:

function closeDetails(y) {
for (i=1; i<31; i++) {
        x = "_"+i;
        if (y != x){ document.getElementById(x).open = false;}
        document.getElementById(y).scrollIntoView();
        }
}

This works except that the Titles within the details tag appear just off the top of the screen. Is there a solution?

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