Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

140
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!