Answers for "scroll div when page scroll"

0

scroll div when page scroll

/* A basic solution is: */
div.classname {
	position : sticky;
  }
/* property in your external or internal CSS code.
Detailed information at : https://developer.mozilla.org/en-US/docs/Web/CSS/position */
Posted by: Guest on January-10-2022

Browse Popular Code Answers by Language