![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
In article <slrnfv5906.lu.spamspam (AT) bowser (DOT) marioworld>, Ben C <spamspam (AT) spam (DOT) eggs> wrote: On 2008-04-01, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: In article <slrnfv2jve.hn7.spamspam (AT) bowser (DOT) marioworld>, Ben C <spamspam (AT) spam (DOT) eggs> wrote: On 2008-03-31, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: ... td {border: 1px solid; min-width: 20em;} Width on table cells kind of means minimum width anyway. [...] Safari 2 is different to Firefox in the effects. A table with td {border: 1px solid; width: 200px;} behaves differently in different browsers to td {border: 1px solid; min-width: 200px;} Yes, width and min-width are different. Firefox seems to think that min-width doesn't apply to table cells at all from what I can see. True, with FF, one can save one's breath for all the notice it takes of this in a table. |
#12
| |||
| |||
|
|
On 2008-04-01, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: In article <slrnfv5906.lu.spamspam (AT) bowser (DOT) marioworld>, Ben C <spamspam (AT) spam (DOT) eggs> wrote: On 2008-04-01, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: In article <slrnfv2jve.hn7.spamspam (AT) bowser (DOT) marioworld>, Ben C <spamspam (AT) spam (DOT) eggs> wrote: On 2008-03-31, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: ... td {border: 1px solid; min-width: 20em;} Width on table cells kind of means minimum width anyway. [...] Safari 2 is different to Firefox in the effects. A table with td {border: 1px solid; width: 200px;} behaves differently in different browsers to td {border: 1px solid; min-width: 200px;} Yes, width and min-width are different. Firefox seems to think that min-width doesn't apply to table cells at all from what I can see. True, with FF, one can save one's breath for all the notice it takes of this in a table. Min-width on table-cells does fall through the cracks a bit. The spec doesn't say it doesn't apply to them, but in the bit that tells you what to do with min-width (10.4), it refers you back to "Calculating widths and Margins 10.3" which explains everything except tables and table cells. And you obviously can't just blindly apply the rules in 10.4 to table cells since all cells in a column have to have the same width. |
#13
| |||
| |||
|
|
In article <slrnfv6c3a.8gh.spamspam (AT) bowser (DOT) marioworld>, Ben C <spamspam (AT) spam (DOT) eggs> wrote: On 2008-04-01, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: In article <slrnfv5906.lu.spamspam (AT) bowser (DOT) marioworld>, Ben C <spamspam (AT) spam (DOT) eggs> wrote: On 2008-04-01, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: In article <slrnfv2jve.hn7.spamspam (AT) bowser (DOT) marioworld>, Ben C <spamspam (AT) spam (DOT) eggs> wrote: On 2008-03-31, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: ... td {border: 1px solid; min-width: 20em;} Width on table cells kind of means minimum width anyway. [...] Safari 2 is different to Firefox in the effects. A table with td {border: 1px solid; width: 200px;} behaves differently in different browsers to td {border: 1px solid; min-width: 200px;} Yes, width and min-width are different. Firefox seems to think that min-width doesn't apply to table cells at all from what I can see. True, with FF, one can save one's breath for all the notice it takes of this in a table. Min-width on table-cells does fall through the cracks a bit. The spec doesn't say it doesn't apply to them, but in the bit that tells you what to do with min-width (10.4), it refers you back to "Calculating widths and Margins 10.3" which explains everything except tables and table cells. And you obviously can't just blindly apply the rules in 10.4 to table cells since all cells in a column have to have the same width. That's probably why FF doesn't implement it - it's similar to the fact that not all CSS properties are applied to cells in columns in a colgroup, even though the CSS specs say they should (try the example in the CSS spec describing vertical alignment of decimals to see this.) According to the long-winded arguments on Bugzilla, the problem is that cells are processed by row (as determined by the html spec and document hierarchy), not column. The argument against fixing the inheritance bug and making FF work according to the CSS specs, is that it would require much additional processing, increase the memory footprint of the browser, and no-one seems sure how to actually do it. Hence the sarcastic comment about "this is the bug that must never be fixed". Never mind the fact that a certain other browser which is generally considered to ignore standards, actually does what you might expect based on the CSS specs... |
#14
| |||
| |||
|
|
I do not expect it to fit on a 400 to 500 pixels wide window. |
#15
| |||
| |||
|
|
I have no idea of what the table is supposed to tell. If you just want to tell "how the flotilla of Earth's emissaries throughout the solar system has grown and shrunk with time - but mostly grown", then a _simple_ diagram, a quantitative histogram, would do. |
|
You could make the histogram an image or spend some time in finding a way to do it in HTML and CSS. (Hint: you could use floated boxes or positioned boxes.) |
#16
| |||
| |||
|
|
I have no idea of what the table is supposed to tell. If you just want to tell "how the flotilla of Earth's emissaries throughout the solar system has grown and shrunk with time - but mostly grown", then a _simple_ diagram, a quantitative histogram, would do. Yes, just that -- with hyperlinks to each individual space probe. You could make the histogram an image or spend some time in finding a way to do it in HTML and CSS. (Hint: you could use floated boxes or positioned boxes.) I will consider it, but you are the first person who claims it is unreadably small. All other responses I got so far were positive. |
#17
| |||
| |||
|
|
You could make the histogram an image or spend some time in finding a way to do it in HTML and CSS. (Hint: you could use floated boxes or positioned boxes.) |
|
I will consider it, but you are the first person who claims it is unreadably small. All other responses I got so far were positive. |
#18
| |||
| |||
|
|
I found that, even with my browser window maximised, if the text was large enough to read comfortably, I had to keep scrolling from side-to-side to see what was happening towards the more recent (i.e. bottom) part of the table. |
|
I single graphic image - possibly as an image map - which would fit within a reasonable size window would be better to convey the overall growth in missions. *Then find another way to present individual details to anyone who is interested (e.g. via image map links). |
![]() |
| Thread Tools | |
| Display Modes | |
| |