diff options
Diffstat (limited to 'files/ja/mozilla/gecko/chrome/css/_doublecolon_-moz-tree-cell/index.html')
-rw-r--r-- | files/ja/mozilla/gecko/chrome/css/_doublecolon_-moz-tree-cell/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/files/ja/mozilla/gecko/chrome/css/_doublecolon_-moz-tree-cell/index.html b/files/ja/mozilla/gecko/chrome/css/_doublecolon_-moz-tree-cell/index.html new file mode 100644 index 0000000000..e1ab2e64f0 --- /dev/null +++ b/files/ja/mozilla/gecko/chrome/css/_doublecolon_-moz-tree-cell/index.html @@ -0,0 +1,35 @@ +--- +title: ':-moz-tree-cell' +slug: 'Mozilla/Gecko/Chrome/CSS/::-moz-tree-cell' +tags: + - CSS + - CSS Reference + - Non-standard +translation_of: 'Mozilla/Gecko/Chrome/CSS/::-moz-tree-cell' +--- +<div>{{CSSRef}}{{Non-standard_header}}</div> + +<p><code>properties</code> 属性によって活性化されます。</p> + +<h2 id="Associated_Elements" name="Associated_Elements">関連付けられた要素</h2> + +<ul> + <li>{{XULElem("treecell")}}</li> +</ul> + +<h2 id="Style_Properties" name="Style_Properties">Style プロパティ</h2> + +<ul> + <li>{{cssxref("background")}}</li> + <li>{{cssxref("border")}}</li> + <li>{{cssxref("margin")}}</li> + <li>{{cssxref("outline")}}</li> + <li>{{cssxref("padding")}}</li> + <li>{{cssxref("visibility")}}</li> +</ul> + +<h2 id="参照">参照</h2> + +<ul> + <li><a href="/ja/docs/XUL/Tutorial/Styling_a_Tree">ツリーのスタイル付け</a></li> +</ul> |