:: Forum >>
Remove last header / Disable horrizontal scroll?
Hi..great work!
I found your toolkit just yesterday, and i allready love it!
Is it possible to remove te last header or set the width of each header in % or limit the columnresize?
My goal is to prevent the horizontal scrollbar to appear.
I tried this without succes :(
.active-column-0 {width: 20%;}
.active-column-1{width: 20%;}
.active-column-2 {width: 20%;}
.active-column-3 {width: 20%;}
.active-column-4 {width: 20%;}
My goal is to prevent the horizontal scrollbar to appear.
Hope you can help...
OB452
Wednesday, January 14, 2004
This will disable horizontal scrollbar:
<style>
.active-scroll-space {width: 0px!important;}
</style>
Alex (ActiveWidgets)
Wednesday, January 14, 2004
Where do you place the following in the page:
<style>
.active-scroll-space {width: 0px!important;}
</style>
Suzanne
Tuesday, September 27, 2005
Top of the page within <head></head> tag.
John Ophof http://open-modeling.sourceforge.net
Tuesday, September 27, 2005
This topic is archived.
Back to support forum
Forum search