Hi,
I managed to display the default scrollbars by creating a theme and modifying the Form.ie.css(6.3.8a)
BODY
{
margin: 0px;
overflow: hidden;
scrollbar-3dlight-color:;
scrollbar-arrow-color:;
scrollbar-base-color:;
scrollbar-darkshadow-color:;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:
border:none;
}
TABLE
{
table-layout: fixed;
}
Kind Regards,
Alexandru.