您的位置:首页 > Web前端 > CSS

flex 修改滚动条样式

2011-08-13 09:53 225 查看
滚动条滚动慢问题:verticalLineScrollSize设置大些,建议15

滚动条定位设置 verticalScrollPosition, horizontalScrollPosition

/*

下面箭头的样式

*/

downArrowUpSkin:

Embed(source="icons/hsthumb.gif");

downArrowOverSkin:

Embed(source="icons/hsthumb.gif");

downArrowDownSkin:

Embed(source="icons/hsthumb.gif");

/*

上面箭头的样式

*/

upArrowUpSkin:

Embed(source="icons/hsthumb.gif");

upArrowOverSkin:

Embed(source="icons/hsthumb.gif");

upArrowDownSkin:

Embed(source="icons/hsthumb.gif");

/*

中间条的样式

*/

thumbDownSkin:

Embed(source="icons/hsthumb.gif",

scaleGridLeft="7", scaleGridTop="5",

scaleGridRight="8", scaleGridBottom="7");

thumbUpSkin:

Embed(source="icons/hsthumb.gif",

scaleGridLeft="7", scaleGridTop="5",

scaleGridRight="8", scaleGridBottom="7");

thumbOverSkin:

Embed(source="icons/hsthumb.gif",

scaleGridLeft="7", scaleGridTop="5",

scaleGridRight="8", scaleGridBottom="7");

/*

中间的样式

*/

trackSkin:

Embed(source="icons/hsthumb.gif",

scaleGridLeft="7", scaleGridTop="4",

scaleGridRight="8", scaleGridBottom="6");

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: