![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
To further the education of mankind, phil-news-nospam (AT) ipal (DOT) net vouchsafed: On Fri, 12 May 2006 22:43:50 +0200 Johannes Koch koch (AT) w3development (DOT) de> wrote: | phil-news-nospam (AT) ipal (DOT) net wrote: |> So basically, screw the regular visual user with a lousy |> presentation so the other class of users get something they like. | | It's not table layout vs. lousy presentation. Many web developers use | visually attractive table-less layouts nowadays, that do adapt to | various browsing situations, better than table layouts can. Show me some. But not simplistic blog pages. Show me one that looks like CraigsList.Org but uses no tables ... and works in IE, too. If you're talking about the home page, what's so difficult about that? A bunch of emed-width and absolutely-positioned divs would do it. |
|
Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ | (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ | ----------------------------------------------------------------------------- |
#22
| |||
| |||
|
|
I guess css border-radius is in the offing for css3. However, graphic refinements like anti-aliasing may be a while in coming considering that most browsers (-Opera is a noted exception) don't even bother to resample images when resizing them. (The old argument that it takes too much resources/time is no longer valid and hasn't been for years [unless you have a crappy browser to begin with].) |
|
Another improvement would be multiple borders. I can do that with images and tables (oh, people will definitely hate it). Wouldn't it be better to allow that in CSS? Or would you want to exclude it from CSS because it is so ugly (see the last box in the following page)? http://phil.ipal.org/usenet/ciwas/2006-05-11/rbox.html As I said, expand the css border attributes. Btw, I made a multiple-border image like that one once, too, with nested divs, and it looked just as ugly. |
|
Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ | (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ | ----------------------------------------------------------------------------- |
#23
| |||
| |||
|
|
Then I think they should add this capability in another form, to CSS3, so that we have a means to do the layouts in a way that works like that of tables. Ironically, whatever it would be called, it would just be a duplication of tables; implementation would be to alias a new name to the existing tables capability. So then what is the gain? |
#24
| |||
| |||
|
|
I've done a fair amount of layout using purely CSS and I'm quite familiar with the arguments on each side of the "table layout" debate. In the end, I chose a very simple table structure to layout http://www.javascripttoolbox.com/ , for example. >> I've never had a single user complaint. You've never had me as a user... |
|
Actually, the css box-model allows you to make almost any kind of box imaginable except the one you really want. |

#25
| |||||
| |||||
|
|
JRS: In article <e43o4s22tmi (AT) news3 (DOT) newsguy.com>, dated Sat, 13 May 2006 04:43:08 remote, seen in news:comp.infosystems.www.authoring.stylesheets , phil-news-nospam (AT) ipal (DOT) net posted : Then I think they should add this capability in another form, to CSS3, so that we have a means to do the layouts in a way that works like that of tables. Ironically, whatever it would be called, it would just be a duplication of tables; implementation would be to alias a new name to the existing tables capability. So then what is the gain? Web pages are intended, on the whole, to be read as displayed by browsers. Only the authors/maintainers need to read the source code. So, where you have truly tabular material, use <TABLE> <TBODY> <TR> <TH TD>; where you have material most readily or suitably laid out with CSS boxes, use CSS boxes. |
|
And where you have non-tabular material best laid out on a grid, use GRID> <GBODY> <GR> <GH> <GD> for your authoring; and run a pre- processor to convert those G characters to T characters. |
|
Now you have, as author/maintainer, the semantic indications that you may need; and the true users have the display you intend. The only "losers" are such as those here, who like to read the source code of pages from the Web. |
|
And, some years after W3 takes up the idea, the pre-processor will no longer be needed. |
|
Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ | (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ | ----------------------------------------------------------------------------- |
#26
| |||
| |||
|
|
I use a table in many of my headers because I want the align-right right side delimited by and stopping at the align-left left side, not overlapping it or dropping below it. This may not be absolutely impossible in css, but it's improbable. As I said, "...any kind of box but the one you want." |
#27
| |||
| |||
|
|
I use a table in many of my headers because I want the align-right right side delimited by and stopping at the align-left left side, not overlapping it or dropping below it. Something like this? No tables. http://k75s.home.att.net/banner.html |
#28
| |||
| |||
|
|
Beauregard T. Shagnasty wrote: [>> Neredbojias wrote:] I use a table in many of my headers because I want the align-right right side delimited by and stopping at the align-left left side, not overlapping it or dropping below it. Something like this? No tables. http://k75s.home.att.net/banner.html When the browser window is narrowed, content wraps and does so in an incorrect order. (IE6, Win) |
#29
| |||
| |||
|
|
|> Show me some. But not simplistic blog pages. Show me one that looks |> like CraigsList.Org but uses no tables ... and works in IE, too. |
|
Absolutely positioned? That's liable to break pretty badly. Sure, you can make it track font size with emed-width (and perhaps height, too). But how well will the layout hold with window sizes? |
|
TABLES for me because ... THEY WORK. |
#30
| |||
| |||
|
|
So how narrow was your window? Be realistic. The third one works fine down to about a 350px wide browser window. |
|
It was posted as a sample. Feel free to make adjustments. |

![]() |
| Thread Tools | |
| Display Modes | |
| |