______ position elements don't move when the visitor scrolls the browser window up or down.
Answers
Answered by
3
when you scroll down, each new line appears at the bottom of the screen and all the other lines move up one row, so that the top line disappears. The term vertical scrolling refers to the ability to scroll up or down. Horizontal scrolling means that the image moves sideways.
fixed position elements don't move when the visitor scrolls the browser window up or down.
Answered by
0
Fixed position elements don’t move when the ‘visitor scrolls the browser window’ up or down.
Explanation:
- When a visitor visits the browser window and tries to scroll it, the contents of the website usually moves up or down accordingly back and forward buttons.
- CSS enables us to affix the elements to the browser window. In that way, the contents don’t move whenever the visitor scrolls up or down.
- In order to affix an element to the browser window, type ‘position : fixed;’ Thus it doesn’t move whenever visitor scrolls the page.
Learn more about Fixed position
Why mendeleev could not assign a fixed position for hydrogen in the table?
https://brainly.in/question/1124674
Advantages and disadvantages of fixed position layout
https://brainly.in/question/6894415
Similar questions