dolphinling wrote: > Specifically, borders and margins worked as expected, > but position (relative or absolute), height and width, and float(?) > didn't work.
XUL boxes can't be positioned or floated. And width/height should work, maybe if the box lives in a CSS layout context. If you're in flexbox land, and there's nothing around with flex, width/height might be overridden by the parent box size. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

