OSDN Git Service

Version 0.6.3
[pettanr/clientJs.git] / 0.6.x / css / ju.css
index dbce5ff..c9967d4 100644 (file)
@@ -6,6 +6,35 @@ html, body {
        overflow : hidden;\r
 }\r
 \r
+/*  mouse-operation-catcher\r
+--------------------------------------------------------------------------------------*/       \r
+       .mouse-operation-catcher {\r
+               position : absolute;\r
+               top      : 0;\r
+               left     : 0;\r
+               width    : 100%;\r
+               height   : 100%; /* 100% don't work for ie6, so ie6 need to set height as 'XXpx' by js */\r
+       }\r
+       .ActiveX-enabled .mouse-operation-catcher {\r
+               background-color : #fff;\r
+               filter           : alpha( opacity=0 );\r
+               -ms-filter       : alpha( opacity=0 );\r
+       }\r
+       /*\r
+        * ie では、背景を設定しないと、 mousemove が働かない。\r
+        * activeX 有効の場合は背景を着色して filter で透明に。\r
+        * activeX 無効の場合は透明 gif を使用\r
+        * background:                  url(4x4.gif) fixed repeat;\r
+        */\r
+       .ActiveX-disabled .mouse-operation-catcher {\r
+               background : url( "../images/opacity0.gif" ) fixed repeat;\r
+       }\r
+\r
+\r
+.jul-hover {\r
+       opacity : 0.5;\r
+}\r
+\r
 .PageRoot {\r
        position : relative;\r
 }\r
@@ -16,6 +45,7 @@ html, body {
 .TileBox,\r
 .ChromeBox {\r
        position        : absolute;\r
+       overflow        : hidden;\r
        box-sizing      : border-box;\r
        -moz-box-sizing : border-box;\r
 }
\ No newline at end of file