Michael Vincent van Rantwijk wrote:
> Michael Vincent van Rantwijk wrote:
> 
> MultiZilla's Tab Manager makes use of a hidden <tree> but no matter what 
> I use:
> 
> tree {
>     visibility: hidden !important;
>     -moz-appearance: none !important;
>     max-width: 0px !important;
>     max-height: 0px !important;
>     -moz-box-flex: 0 !important;
> }
> 
> the tree still shows up in my dialog.  Anyone here using hidden trees in 
> their windows/dialogs?
> 
> Thanks for helping,
> Michael

I am thinking about using a deck, if nothing else works:

<deck>
   <tree id="hiddenTree">
     ..
   </tree>
   <tree id="visibleTree">
     ..
   </tree>
</deck>

_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to