1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33#CSS3Scrollbar
利用CSS3实现各种风格的滚动条
##Gmail风格滚动条
###使用方法
在HTML中添加如下代码:
/* http */
<link rel='stylesheet' href='http://malash.googlecode.com/svn/trunk/gmail-scrollbar/gmail-scrollbar.css' type='text/css' media='screen' />
/* https */
<link rel='stylesheet' href='https://malash.googlecode.com/svn/trunk/gmail-scrollbar/gmail-scrollbar.css' type='text/css' media='screen' />
###更多介绍
> [http://malash.me/201207/css3-gmail-scrollbar/](http://malash.me/201207/css3-gmail-scrollbar/ "CSS3实现Gmail风格滚动条")
##Windows8风格滚动条
###使用方法
在HTML中添加如下代码:
/* http */
<link rel='stylesheet' href='http://malash.googlecode.com/svn/trunk/win8-scrollbar/win8-scrollbar.css' type='text/css' media='screen' />
/* https */
<link rel='stylesheet' href='http://malash.googlecode.com/svn/trunk/win8-scrollbar/win8-scrollbar.css' type='text/css' media='screen' />
###更多介绍
> [http://malash.me/201208/css3-win8-scrollbar/](http://malash.me/201208/css3-win8-scrollbar/ "CSS3实现Windows8风格滚动条")