forked from ondras/wwwsqldesigner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathie6.css
62 lines (51 loc) · 1.61 KB
/
ie6.css
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
51
52
53
54
55
56
57
58
59
60
61
62
v\:* {
behavior: url(#default#VML);
}
#bar {
position: absolute;
right: auto;
left: expression(eval(document.documentElement.scrollLeft)+document.documentElement.clientWidth-eval(this.offsetWidth));
top: expression(eval(document.documentElement.scrollTop));
}
#bar .shadow-corner {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bar_corner.png', sizingMethod='crop');
overflow: hidden;
}
#bar .shadow-left {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bar_left.png', sizingMethod='crop');
height: expression(eval(this.parentNode.offsetHeight));
overflow: hidden;
}
#bar .shadow-bottom {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bar_bottom.png', sizingMethod='crop');
width: expression(eval(this.parentNode.offsetWidth));
overflow: hidden;
}
.table .shadow-corner {
background-image: none;
}
.table .shadow-right {
background-image: none;
}
.table .shadow-bottom {
background-image: none;
}
#minimap {
filter: alpha(opacity=90);
position: absolute;
right: auto;
left: expression(eval(document.documentElement.scrollLeft)+document.documentElement.clientWidth-eval(this.offsetWidth));
top: expression(eval(document.documentElement.scrollTop)+document.documentElement.clientHeight-eval(this.offsetHeight));
}
#background {
filter: alpha(opacity=50);
}
#keys, #opts {
width: expression(eval(document.documentElement.clientWidth)/2);
}
#rubberband {
filter: alpha(opacity=50);
}