equal
deleted
inserted
replaced
18 background: url(border-anim-h.gif) repeat-x left bottom; |
18 background: url(border-anim-h.gif) repeat-x left bottom; |
19 } |
19 } |
20 |
20 |
21 .imgareaselect-border1, .imgareaselect-border2, |
21 .imgareaselect-border1, .imgareaselect-border2, |
22 .imgareaselect-border3, .imgareaselect-border4 { |
22 .imgareaselect-border3, .imgareaselect-border4 { |
|
23 filter: alpha(opacity=50); |
23 opacity: 0.5; |
24 opacity: 0.5; |
24 filter: alpha(opacity=50); |
|
25 } |
25 } |
26 |
26 |
27 .imgareaselect-handle { |
27 .imgareaselect-handle { |
28 background-color: #fff; |
28 background-color: #fff; |
29 border: solid 1px #000; |
29 border: solid 1px #000; |
30 opacity: 0.4; |
30 filter: alpha(opacity=50); |
31 filter: alpha(opacity=40); |
31 opacity: 0.5; |
32 } |
32 } |
33 |
33 |
34 .imgareaselect-outer { |
34 .imgareaselect-outer { |
35 background-color: #000; |
35 background-color: #000; |
36 opacity: 0.4; |
36 filter: alpha(opacity=50); |
37 filter: alpha(opacity=40); |
37 opacity: 0.5; |
38 } |
38 } |
39 |
39 |
40 .imgareaselect-selection { |
40 .imgareaselect-selection { |
41 } |
41 } |