]> mj.ucw.cz Git - gallery.git/blob - highslide/highslide-ie6.css
gal-mj-digikam: Use image title
[gallery.git] / highslide / highslide-ie6.css
1 .closebutton {
2     /* NOTE! This URL is relative to the HTML page, not the CSS */
3         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
4                 src='../highslide/graphics/close.png', sizingMethod='scale');
5
6         background: none;
7         cursor: hand;
8 }
9
10 /* Viewport fixed hack */
11 .highslide-viewport {
12         position: absolute;
13     left: expression( ( ( ignoreMe1 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
14         top: expression( ( ignoreMe2 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
15         width: expression( ( ( ignoreMe3 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) ) + 'px' );
16         height: expression( ( ( ignoreMe4 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) ) + 'px' );
17 }
18
19 /* Thumbstrip PNG fix */
20 .highslide-scroll-down, .highslide-scroll-up {
21         position: relative;
22         overflow: hidden;
23 }
24 .highslide-scroll-down div, .highslide-scroll-up div {
25         /* NOTE! This URL is relative to the HTML page, not the CSS */
26         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
27                 src='../highslide/graphics/scrollarrows.png', sizingMethod='scale');
28         background: none !important;
29         position: absolute;
30         cursor: hand;
31         width: 75px;
32         height: 75px !important;
33 }
34 .highslide-thumbstrip-horizontal .highslide-scroll-down div {
35         left: -50px;
36         top: -15px;
37 }
38 .highslide-thumbstrip-horizontal .highslide-scroll-up div {
39         top: -15px;
40 }
41 .highslide-thumbstrip-vertical .highslide-scroll-down div {
42         top: -50px;
43 }
44
45 /* Thumbstrip marker arrow trasparent background fix */
46 .highslide-thumbstrip .highslide-marker {
47         border-color: white; /* match the background */
48 }
49 .dark .highslide-thumbstrip-horizontal .highslide-marker {
50         border-color: #111;
51 }
52 .highslide-viewport .highslide-marker {
53         border-color: #333;
54 }
55 .highslide-thumbstrip {
56         float: left;
57 }
58
59 /* Positioning fixes for the control bar */
60 .text-controls .highslide-controls {
61         width: 480px;
62 }
63 .text-controls a span {
64         width: 4em;
65 }
66 .text-controls .highslide-full-expand a span {
67         width: 0;
68 }
69 .text-controls .highslide-close a span {
70         width: 0;
71 }
72
73 /* Special */
74 .in-page .highslide-thumbstrip-horizontal .highslide-marker {
75     border-bottom: gray;
76 }