24 октомври 2008, петък

Hide vertical scroll in IE

If you are using CSS:
html {
overflow: auto;
}

If you are not using CSS:

<style type="text/css">
html {
overflow: auto;
}
</style>