:: Forum >>

grid and scrollbar

Is it possible to get grid of the annoying white space (around 3px) between the grid and the vertical scrollbar ?

I've tried to set margin and padding but not work

.aw-grid-control {padding:0px; margin:0px;}
Derek
Tuesday, March 6, 2007
If all your users have exactly 17px scrollbars you can try this -

.aw-bars-content {
    bottom: 17px;
    right: 17px;
}


.aw-ie .aw-bars-content {
    margin-right: 17px;
}


.aw-ie .aw-scroll-bars {
    padding-bottom: 17px;
}


.aw-ie.aw-strict .aw-bars-content {
    padding-bottom : 0px;
}


.aw-ie7.aw-strict .aw-bars-content {
    margin-right: 0px;
}


.aw-ie .aw-scrollbars-none,
.aw-ie .aw-scrollbars-vertical {
    padding-bottom: 0px;
}


.aw-ie .aw-scrollbars-none .aw-bars-content,
.aw-ie .aw-scrollbars-horizontal .aw-bars-content {
    margin-right: 0px;
}


I will make this automatic in the next release.
Alex (ActiveWidgets)
Tuesday, March 6, 2007
Thanks, it works
Derek
Tuesday, March 6, 2007

This topic is archived.


Back to support forum

Forum search