Gijs Kruitbosch wrote:

> You could get around the problem with the table scrolling by using a 
> xul:browser with a document with a table. Make sure to check what 
> happens to the context menu (or that might be weird) and set the 
> browser's type attribute to "chrome" so you can access its content 
> normally from your XUL window. As for stretching the elements, IIRC it 
> works better if you wrap them in an html:div. But that's hearsay from 
> something only vaguely related from ages ago. YMMV.

Putting the table in a browser means the header would scroll too. And as 
far as I can tell, using a div suffers from the same problem as tbody, 
namely it has to be given an explicit height. Thanks for the suggestions 
anyway.

-- 
Brian King
www.mozdev.org - free project hosting for the Mozilla community
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to