Hi. I am developing a website in HTML. I want scrollbar in my page. Can anybody tell me what code I should write to create scrollbar around the table in HTML? Thanks in advanced.
Hi. I am developing a website in HTML. I want scrollbar in my page. Can anybody tell me what code I should write to create scrollbar around the table in HTML? Thanks in advanced.
I suggest you to refer following example, which will give you something idea about the use of this:
Code:<div style="border:1px yellowgreen solid; width:300px; height:100px; overflow:auto;"> Content as per your requirement </div>
Bookmarks