-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScrollTable.css
More file actions
50 lines (50 loc) · 804 Bytes
/
ScrollTable.css
File metadata and controls
50 lines (50 loc) · 804 Bytes
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.ScrollTable_HiddenCell
{
display: none;
}
.scrollXcontainer
{
background-image: url(Scroll_TrackHoriz.gif);
background-repeat: repeat-x;
height: 20px;
}
.scrollYcontainer
{
width: 20px;
background-image: url(Scroll_TrackVert.gif);
background-repeat: repeat-y;
}
.button
{
background-repeat: no-repeat;
width: 20px;
height: 20px;
float: left;
position: relative;
}
.scrollerX
{
width: 40px;
background-image: url(Scroll_Horiz.gif);
}
.scrollerY
{
height: 40px;
background-image: url(Scroll_Vert.gif);
}
.leftButton
{
background-image: url(Scroll_Left.gif);
}
.rightButton
{
background-image: url(Scroll_Right.gif);
}
.upButton
{
background-image: url(Scroll_Up.gif);
}
.downButton
{
background-image: url(Scroll_Down.gif);
}