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

90
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
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