Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 449 |
rajveer |
1 |
.scroll-track-top {
|
|
|
2 |
height:22px; width:15px; background-image: url('../images/track_top.png');
|
|
|
3 |
}
|
|
|
4 |
|
|
|
5 |
.scroll-track-bot {
|
|
|
6 |
height:22px; width:15px; background-image: url('../images/track_bot.png');
|
|
|
7 |
}
|
|
|
8 |
|
|
|
9 |
.scroll-track {
|
|
|
10 |
height:10px; width:15px; background-image: url('../images/track_bg.png');
|
|
|
11 |
}
|
|
|
12 |
|
|
|
13 |
.scroll-handle {
|
|
|
14 |
height:60px; width:15px; background-image: url('../images/handle_mid.png'); cursor:pointer;
|
|
|
15 |
}
|
|
|
16 |
|
|
|
17 |
.scroll-handle-top {
|
|
|
18 |
height:8px; width:15px; background-image: url('../images/handle_top.png'); background-repeat: repeat; cursor:pointer;
|
|
|
19 |
}
|
|
|
20 |
|
|
|
21 |
.scroll-handle-bot {
|
|
|
22 |
height:8px; width:15px; background-image: url('../images/handle_bot.png'); background-repeat: repeat; cursor:pointer;
|
|
|
23 |
}
|
|
|
24 |
.makeScroll{
|
|
|
25 |
height:150px;
|
|
|
26 |
width:236px;
|
|
|
27 |
background:#fff;
|
|
|
28 |
|
|
|
29 |
}
|