[Sie-announce] SIEコード [1111] セレクタの改良

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 26日 (木) 23:08:46 JST


Revision: 1111
          http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1111
Author:   dhrname
Date:     2009-03-26 23:08:46 +0900 (Thu, 26 Mar 2009)

Log Message:
-----------
セレクタの改良

Modified Paths:
--------------
    branches/04x/046/sie.js

Modified: branches/04x/046/sie.js
===================================================================
--- branches/04x/046/sie.js	2009-03-24 14:42:53 UTC (rev 1110)
+++ branches/04x/046/sie.js	2009-03-26 14:08:46 UTC (rev 1111)
@@ -100,7 +100,7 @@
   document.namespaces.add("v","urn:schemas-microsoft-com:vml");
   document.namespaces.add("o","urn:schemas-microsoft-com:office:office");
   var st = document.createStyleSheet();
-  st.addRule("v\\:fill,v\\:stroke","behavior: url(#default#VML);display:inline-block;");//inline-blockはIEのバグ対策
+  st.addRule("v\\:rect, v\\:image, v\\:fill, v\\:stroke","behavior: url(#default#VML);display:inline-block;");//inline-blockはIEのバグ対策
   st.addRule("o\\:opacity2","behavior: url(#default#VML);display:inline-block");
   st.addRule("dn\\:defs","display:none");
   st.addRule("v\\:group", "behavior: url(#default#VML);display:inline-block;position:relative;width:100%;height:100%;");




Sie-announce メーリングリストの案内
Back to archive index