svnno****@sourc*****
svnno****@sourc*****
2009年 6月 9日 (火) 22:42:46 JST
Revision: 1213 http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1213 Author: dhrname Date: 2009-06-09 22:42:46 +0900 (Tue, 09 Jun 2009) Log Message: ----------- Modified Paths: -------------- branches/05x/051/sie.js Modified: branches/05x/051/sie.js =================================================================== --- branches/05x/051/sie.js 2009-06-09 13:38:40 UTC (rev 1212) +++ branches/05x/051/sie.js 2009-06-09 13:42:46 UTC (rev 1213) @@ -101,9 +101,9 @@ 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:group div{text-indent:0px;} 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{position:relative;width:100%;height:100%;" +vmlUrl + + "v\\:group{text-indent:0px;position:relative;width:100%;height:100%;" +vmlUrl + "v\\:shape{width:100%;height:100%;" +vmlUrl; } }