Revision: 58303
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 6, 2012 19:15 by TheJasonParker
Initial Code
.myDiv { overflow: auto; overflow: hidden; }
Initial URL
Initial Description
overflow: hidden; will hide both vertical and horizontal scrollbars overflow-y: hidden; will hide the vertical scrollbar overflow-x: hidden; will hide the horizontal scrollbar
Initial Title
Hide DIV scrollbars with CSS
Initial Tags
css
Initial Language
CSS