svnno****@sourc*****
svnno****@sourc*****
2009年 6月 9日 (火) 22:38:40 JST
Revision: 1212 http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1212 Author: dhrname Date: 2009-06-09 22:38:40 +0900 (Tue, 09 Jun 2009) Log Message: ----------- リンクに関する再修正 Modified Paths: -------------- trunk/sie.js Modified: trunk/sie.js =================================================================== --- trunk/sie.js 2009-06-09 13:18:19 UTC (rev 1211) +++ trunk/sie.js 2009-06-09 13:38:40 UTC (rev 1212) @@ -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; } }