SyntaxFix
Write A Post
Hire A Developer
Questions
Quote: I would like to know how to display the div in the middle of the screen, whether user has scrolled up/down.
Change
position: absolute;
To
position: fixed;
W3C specifications for position: absolute and for position: fixed.
position: absolute
position: fixed