I am trying to remove the scroll bars in IE on the right of the page. The page is not long enough to display a scroll bar, but it displays a greyed out scroll bar.
<link removed>
I have tried to use CSS but it does not seem to work..
<style type="text/css">
<!--
.BODY
{
OVERFLOW-X: hidden;
OVERFLOW-Y: hidden;
}
-->
</style>
Any ideas?