CSS::-moz-tree-row
出典: MDC
« CSS リファレンス « CSS リファレンス:Mozilla 拡張仕様
[編集] 概要
-moz-tree-row は、列の選択と tree 列のスタイル付けに使用されます。
[編集] 関連付けられた要素
- treerow
[編集] 構文
treechildren::-moz-tree-row { style プロパティ }
[編集] Style プロパティ
- background
- border
- margin
- outline
- padding
- display
- -moz-appearance
[編集] 例
treechildren::-moz-tree-row( foo bar )
{
margin: 2%;
}
...次の位置に適用されます...
<treerow properties="foo">...</treerow>