Press ESC to close

Or check our Popular Categories...

hide scrollbar jquery

1 Article
1
4 Min Read
0 3

PROBLEM : How to Hide the scrollbar on an HTML page using CSS ? [pastacode lang=”markup” manual=”%3Cstyle%20type%3D%22text%2Fcss%22%3E%0Abody%20%7B%0A%20%20%20%20overflow%3Ahidden%3B%0A%7D%0A%09%09%20%20%20%20%20%20%20%20%20%20%3C%2Fstyle%3E%0A” message=”Html Code” highlight=”” provider=”manual”/] SOLUTION 1: Set overflow: hidden; on the body tag…

Continue Reading
X