Code to avoid horizontal scroll bar
<style type="text/css">
input.hide
{
position:absolute;
left:-137px;
-moz-opacity:0;
filter:alpha(opacity: 0);
opacity: 0;
z-index: 2;
}
</style>
The above piece of code should be placed above the head section of JSP Page
</head>