:: Forum >>

Can you remove the vertical scroll bar?

I think the topic say it. I still require the horizontal scroll bar though.
Monday, June 13, 2005
yes you can.. i dont remember how... put "disable scroll bar html" into google
ben
Monday, June 13, 2005
In the style section by:
.active-scroll-bars{ overflow-y: hidden }

Or the script code by:
obj.setId("ObjId");
var Mystylesheet= document.styleSheets[document.styleSheets.length-1];
Mystylesheet.addRule('#ObjId .active-scroll-bars', 'overflow-y: hidden');
Carlos
Monday, June 13, 2005
Can you do this to 1 grid when they are using the same style sheets?
Wednesday, June 15, 2005
With the second one "Yes", because the "Id" is unique for each grid.
Carlos
Wednesday, June 15, 2005
Ah ok in code it is then :)
Wednesday, June 15, 2005

This topic is archived.


Back to support forum

Forum search