Disable horizontal/vertical scrollbar

<< back | refresh | forward >>

To disable the Horizontal scrollbar on your page, add this code to the scrollbar part of your style sheet:

Example:

<!--
body {
scrollbar-face-color: color;
scrollbar-highlight-color: color;
scrollbar-3dlight-color: color;
scrollbar-darkshadow-color: color;
scrollbar-shadow-color: color;
scrollbar-arrow-color: color;
scrollbar-track-color: color;
overflow-x:hidden;
}
-->

To disable the Vertical scrollbar on your page, add this code to the scrollbar part of your style sheet: