mapstats |
Subversion Repositories: |
Rev 1 | Rev 4 | |
---|---|---|
Line 4... | Line 4... | |
overflow: hidden; |
overflow: hidden; | |
background: #ffffff; | ||
} |
} | |
#innerDiv { |
#innerDiv { | |
position: relative; |
position: relative; | |
left: 0px; |
left: 0px; | |
top: 0px; |
top: 0px; | |
Line 94... | Line 95... | |
width: 32px; |
width: 32px; | |
height: 53px; |
height: 53px; | |
background-color: blue; |
background-color: blue; | |
filter:alpha(opacity=15); |
filter:alpha(opacity=15); | |
-moz-opacity:0.15; |
-moz-opacity:0.15; | |
-khtml-opacity: 0.15; | ||
opacity: 0.15; |
opacity: 0.15; | |
} |
} | |
#opaque { |
#opaque { | |
width: 32px; |
width: 32px; | |
height: 53px; |
height: 53px; | |
Line 105... | Line 107... | |
position: absolute; |
position: absolute; | |
z-index: 20; |
z-index: 20; | |
} |
} | |
#magnifier { |
#magnifier { | |
position:absolute; left:0px; top:0px; |
position:absolute; left:0px; top:0px; | |
background-color:transparent; border: solid red 1px; |
border: solid red 1px; | |
width: 150px; |
width: 150px; | |
font-size: 0px; /* hack for IE6 */ |
font-size: 0px; /* hack for IE6 */ | |
cursor: move; | ||
background-color: white; | ||
filter:alpha(opacity=37); | ||
-moz-opacity:0.37; | ||
-khtml-opacity: 0.37; | ||
opacity: 0.37; | ||
} |
} | |
div.miniMap { |
div.miniMap { | |
position:relative; left:0px; top:0px; border: solid black 1px; width: 150px; |
position:relative; left:0px; top:0px; border: solid black 1px; width: 150px; | |
} |
} | |
img { |
img { |