I was under the impression the track and thumb are all that scale and the
arrows would be ok? As I said, the skin works in some cases but not others.
thanx!
.myScroll {
thumbUpSkin:
Embed(source="assets/global-scrollThumb-up.png", scaleGridLeft="2",
scaleGridTop="9", scaleGridRight="7", scaleGridBottom="24");
thumbOverSkin:
Embed(source="assets/global-scrollThumb-over.png", scaleGridLeft="2",
scaleGridTop="9", scaleGridRight="7", scaleGridBottom="24");
thumbDownSkin:
Embed(source="assets/global-scrollThumb-down.png", scaleGridLeft="2",
scaleGridTop="9", scaleGridRight="7", scaleGridBottom="24");
downArrowUpSkin:
Embed(source="/assets/global-scrollDownArrow-up.png");
downArrowOverSkin:
Embed(source="/assets/global-scrollDownArrow-over.png");
downArrowDownSkin:
Embed(source="/assets/global-scrollDownArrow-down.png");
upArrowUpSkin:
Embed(source="/assets/global-scrollUpArrow-up.png");
upArrowOverSkin:
Embed(source="/assets/global-scrollUpArrow-over.png");
upArrowDownSkin:
Embed(source="/assets/global-scrollUpArrow-down.png");
trackSkin:
Embed(source="/assets/global-scrollTrack-up.png", scaleGridLeft="1",
scaleGridTop="44", scaleGridRight="22", scaleGridBottom="48" );
}
--- In [email protected], "Amy" <amyblankens...@...> wrote:
>
>
>
> --- In [email protected], "skwasha" <sascha@> wrote:
> >
> > I have a custom scrollbar that seems to work in some components but not
> > others. Is there something simple I'm missing? Shouldn't the same assets
> > with the same css look the same? It looks like the arrows are being shrunk
> > and the thumb running over. Any ideas?
> >
>
> What scale9 properties are you using?
>