> I want to remove only the horizontal scrollbar, since I can see the
> entire width of the content without scrolling. However, I do need the
> vertical scrollbar.
You can get rid of both of them by putting overflow:hidden on the body, but
then the whole page will have to fit on the screen.
http://www.w3.org/TR/REC-CSS2/visufx.html#propdef-overflow
how do you know that it will fit in any users browser anyway? are you the
only person who uses the site?
--
If you can remain calm, you don't have all the facts.