Ask Your Question
4

What is the method to create scrolling functionality for this div?

asked 2023-06-13 02:05:01 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-13 02:29:01 +0000

devzero gravatar image

To create scrolling functionality for a div, set a fixed height and width for the div and then add the CSS property 'overflow: auto;' to the style of the div. This will create a scroll bar for the div and it will allow content to be scrolled vertically and/or horizontally within the div.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-13 02:05:01 +0000

Seen: 21 times

Last updated: Jun 13 '23