[Sie-announce] SIEコード [1223] text-indentプロパティをdiv要素に直接指定するようにした

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 6月 11日 (木) 22:54:05 JST


Revision: 1223
          http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1223
Author:   dhrname
Date:     2009-06-11 22:54:05 +0900 (Thu, 11 Jun 2009)

Log Message:
-----------
text-indentプロパティをdiv要素に直接指定するようにした

Modified Paths:
--------------
    branches/05x/051/sie.js

Modified: branches/05x/051/sie.js
===================================================================
--- branches/05x/051/sie.js	2009-06-10 14:15:46 UTC (rev 1222)
+++ branches/05x/051/sie.js	2009-06-11 13:54:05 UTC (rev 1223)
@@ -103,7 +103,7 @@
     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
       + "dn\\:defs{display:none}"
-      + "v\\:group{text-indent:0px;position:relative;width:100%;height:100%;" +vmlUrl
+      + "v\\:group{position:relative;width:100%;height:100%;" +vmlUrl
       + "v\\:shape{width:100%;height:100%;" +vmlUrl;
   }
 }
@@ -1406,6 +1406,7 @@
   }
   this.writingMode = tts.writingMode;
   tts.marginTop = (this.writingMode === "tb-rl") ? "0px" : -parseFloat(tts.fontSize)+ "px";
+  tts.textIndent = "0px";
  } catch(e){stlog.add(e,1185);}
 }
 




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