svnno****@sourc*****
svnno****@sourc*****
2009年 6月 9日 (火) 22:42:59 JST
Revision: 1214 http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1214 Author: dhrname Date: 2009-06-09 22:42:59 +0900 (Tue, 09 Jun 2009) Log Message: ----------- Modified Paths: -------------- trunk/sie.js Modified: trunk/sie.js =================================================================== --- trunk/sie.js 2009-06-09 13:42:46 UTC (rev 1213) +++ trunk/sie.js 2009-06-09 13:42:59 UTC (rev 1214) @@ -101,7 +101,7 @@ document.namespaces.add("o","urn:schemas-microsoft-com:office:office"); var st = document.createStyleSheet(); var vmlUrl = "behavior: url(#default#VML);display:inline-block;} "; //inline-blockはIEのバグ対策 - st.cssText = " v\\:rect{" +vmlUrl+ "v\\:image{" +vmlUrl+ "v\\:fill{" +vmlUrl+ "v\\:stroke{" +vmlUrl+ "o\\:opacity2{" +vmlUrl + st.cssText = "v\\:rect{" +vmlUrl+ "v\\:image{" +vmlUrl+ "v\\:fill{" +vmlUrl+ "v\\:stroke{" +vmlUrl+ "o\\:opacity2{" +vmlUrl + "dn\\:defs{display:none}" + "v\\:group{text-indent:0px;position:relative;width:100%;height:100%;" +vmlUrl + "v\\:shape{width:100%;height:100%;" +vmlUrl;