On 6/22/07, Neil <[EMAIL PROTECTED]> wrote: > Both the <label> and <description> elements support wrapping text. > Simply set the text as the .textContent rather than as the .label, or in > the XUL as <description>This text will wrap</description>. Note that > they prefer not to wrap, so you typically need a max-width style to > force the issue.
I need to wrap a set of XUL elements though, not text. Imagine a box with 100 button elements in it. I want the buttons to wrap to multiple rows once they reach the right edge of the box, not force the box to expand. Chris _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
