QUOTE(RogueVanity @ Nov 17 2007, 05:46 PM)

CODE
<style>
overflow-x: hidden;
</style>
Is that what you're after? If you use that though, you won't be able to view anything too much to the right, because you can't scroll there.
it's
CODE
<style type="text/css">
body {
overflow-x: hidden; }
</style>