Blog
Quickstart
Documentation
Download
Nothing is perfect. I test layouts on current versions of Firefox, Opera, Firefox, Safari, Konqueror, Internet Explorer 6, Internet Explorer 7, and note here discovered inconsistencies.
If you leave size of more than one container in rows udefined, layout may behave strangely in Opera. At best first row will take all available height. At worst it will behave beyond all understanding.
If your layout behaves strangely first thing to check is if your all rows except at most one have size defined.
If you define height (size) of you rows using percentages then:
This also affects rows with unspecified sizes since they have size defined as 100% by default.
If you define any margins with percentage units very strange behaviour may appear in all browsers, especially ie (from what I saw I guess I should be happy that it doesn't crash totally).
Discussion