Visit Mozilla.org

CSS::-moz-tree-row

From MDC

« CSS « CSS Reference « CSS Reference:Mozilla Extensions

[edit] Summary

-moz-tree-row is used to select rows and apply style to tree rows.

[edit] Associated Elements

  • treerow

[edit] Syntax

treechildren::-moz-tree-row { style properties }

[edit] Style Properties

  • background
  • border
  • margin
  • outline
  • padding
  • display
  • -moz-appearance

[edit] Examples

treechildren::-moz-tree-row( foo bar )
{
    margin: 2%;
}

...where...

  <treerow properties="foo">...</treerow>

[edit] Notes

[edit] External Links