![]() | |
#41
| |||
| |||
|
|
How to keep the columns from floating down to the bottom when the window is narrower? |
#42
| |||
| |||
|
|
In the sense that CSS is optional by design, it "works" to specification in IE. It's just that IE chooses not to take the option. |
#43
| |||
| |||
|
|
On Tue, 02 May 2006 22:25:17 +0200 Johannes Koch <koch (AT) w3development (DOT) de> wrote: | Because they are two different things: One (HTML tables) is markup for | tabular data. E.g. it includes the "Table rendering by non-visual user | agents" (HTML 4.01, section 11.4). The other (CSS table presentation | model) is just for presenting content in a certain way (a grid). So why not use the CSS table presentation model for the tubular data? |
#44
| |||
| |||
|
|
Why have two mechanisms that work the same way? |
#45
| |||
| |||
|
|
If it's tabular data, use table. It's that simple. If table is just there to do layout certain way when data is _NOT tabular_, don't, there are almost certainly better ways to do that layout. A chessboard grid is not tabular data, it's structured data. There is a difference. |
#46
| |||
| |||
|
|
And where did I say you said it? I was modifying your information, not contradicting it. |
|
You're being childishly gratuitous. Of course, that rather fits this whole thread. |

#47
| |||
| |||
|
|
phil-news-nospam (AT) ipal (DOT) net wrote: On Tue, 02 May 2006 22:25:17 +0200 Johannes Koch <koch (AT) w3development (DOT) de> wrote: | Because they are two different things: One (HTML tables) is markup for | tabular data. E.g. it includes the "Table rendering by non-visual user | agents" (HTML 4.01, section 11.4). The other (CSS table presentation | model) is just for presenting content in a certain way (a grid). So why not use the CSS table presentation model for the tubular data? In many browsers the CSS table presentation model _is_ used for presenting table/tr/td etc. That's the default rendering. |
|
Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ | (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ | ----------------------------------------------------------------------------- |
#48
| |||
| |||
|
|
phil-news-nospam (AT) ipal (DOT) net wrote: Why have two mechanisms that work the same way? Why is there a strong element in HTML, when CSS offers 'font-weight: bold'? Same answer. |
|
Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ | (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ | ----------------------------------------------------------------------------- |
#49
| |||
| |||
|
|
phil-news-nospam (AT) ipal (DOT) net> kirjoitti viestiss?:e38c3732s8o (AT) news4 (DOT) newsguy.com... snip How to keep the columns from floating down to the bottom when the window is narrower? Let them float down instead of trying to prevent it, don't make issue from something that is not. There are ways to prevent it though, but I'd rather see stuff to adjust to viewport so... |
|
Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ | (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ | ----------------------------------------------------------------------------- |
#50
| |||
| |||
|
|
To further the education of mankind, "W?rm" nomailstodragon (AT) north (DOT) invalid> vouchsafed: phil-news-nospam (AT) ipal (DOT) net> kirjoitti viestiss?:e35fio11vup (AT) news2 (DOT) newsguy.com... snip It probably comes down to the fact that my intentions in a grid structure do match the semantics of a table and tabular data. If it's tabular data, use table. It's that simple. If table is just there to do layout certain way when data is _NOT tabular_, don't, there are almost certainly better ways to do that layout. A chessboard grid is not tabular data, it's structured data. There is a difference. Here's a mock-up I made using someone's visual example from above. Putting all the ridiculous artificial restrictions aside, it uses no tables, is fluid, and works in IE. It, unfortunately, doesn't work in Opera because of Opera's flawed graphic technology. http://www.neredbojias.com/zyxix/chess/chss2.html As I intimated, it's just a prototype, but I think it could be a decent base for a dynamic chess page. |
|
Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ | (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ | ----------------------------------------------------------------------------- |
![]() |
| Thread Tools | |
| Display Modes | |
| |