You are allowed to use table layout (i.e: display: table, display: table-cell, etc.) Just not <table> tags.
~Theodore
On Jan 20, 2016, at 11:53 AM, Jeremy Newman jnewman@codeweavers.com wrote:
This is why I miss using tables for HTML layout. This kind of problem was easy to solve with tables. But Nooooo tables are bad now. :-|
I only applied my resize handler to the right side. I could apply it to the left side as well, but I think that will cause issues as the two sides fight over who should be the correct height.
On 01/20/2016 01:44 PM, Ruslan Kabatsayev wrote:
On Wed, Jan 20, 2016 at 10:19 PM, Jeremy Newman jnewman@codeweavers.com wrote:
On 01/20/2016 12:10 AM, Ruslan Kabatsayev wrote:
Current version makes the Download/Support/Development/Donate block have twice the needed height with my 782px wide Chromium window, i.e. has empty space under the links.
This is by design. I added some jquery-fu to make sure that box was the same height as the two boxes to the left of it. I think this looks better than a larger empty black space under it.
I do notice that at that width that the Development link does get a bit too close to the edge of the box. Perhaps I should shrink down the font size by a couple of px.
OK, that thing was due my too old Chromium, it appears not reproducible with current versions.
The jquery-fu though seems to not always work, namely with zoomed out page, see "zoomed" attachment (zoom is 50% there). This remains true with up-to-date Chromium and Firefox.
-N