Welcome to the beta of the new saila.com. Send in your bugs.
Mozilla 1.2 and box-sizing
The alpha version of Mozilla 1.2 is now available, with some helpful keyboard-based navigation improvements.
If you have any working interest in JavaScript or CSS, Peter-Paul Koch’s site is worth a regular check. The latest noteworthy item: “Box model tweaking.” He explains how to use a proposed CSS3 property which is already supported by IE 5/Macintosh and the Gecko-based ones.
The property, box-sizing, would allow you to use either the Microsoft box model (padding et al. counted within width) or the W3C version (padding et al. added to the width).