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

88
Views
Facebook DIVS - profile page

I wanted to know how to make these facebook divas, while one eternally scrolls the other only to the end of itself. However, both roll up, the firstenter image description here fixing at its start.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Using CSS's position: sticky you can achieve this effect.

main {
  height: 2000px;
  display: flex;
  gap: 10px;
}

aside {
  flex: none;
  width: 170px;
  background: tomato;
  position: sticky;
  top: 10px;
  height: 200px;
}
article {
  flex: 1;
  background: linear-gradient(180deg, rgba(163,122,255,1) 0%, rgba(179,255,0,1) 100%);
  height: 100%;
}
<header>
 <h1>Header</h1>
</header>
<main>
  <aside>
    I'm sticky!
  </aside>
  <article>Main content</article>
</main>

about 4 years ago · Juan Pablo Isaza Report
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!