[Project_owners] OSX troubles (Take II)
Michael Vincent van Rantwijk
mv_van_rantwijk at yahoo.com
Sun May 13 03:04:18 PDT 2007
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>
More information about the Project_owners
mailing list