Topic: Variable number of columns with fixed widths using CSS? |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
posted 01-23-2004 21:00
I've read a lot about using CSS to control page layouts. I've experiemented a bit, and I may have found a tough job for it. code: <HTML>
|
Bipolar (III) Inmate From: midair |
posted 01-23-2004 21:27
Yes it can be done: |
Maniac (V) Inmate From: out of a sleepy funk |
posted 01-23-2004 21:34 |
Bipolar (III) Inmate From: Cold Sweden |
posted 01-23-2004 21:54 |
Maniac (V) Inmate From: Charles River |
posted 01-23-2004 23:06
I don't understand why people hate tables that much. |
Bipolar (III) Inmate From: midair |
posted 01-24-2004 00:53
I can write tables..very complex nested expanding tables..I can do anything with tables and CSS has been hard to learn, slow to be implemented, |
Maniac (V) Inmate From: out of a sleepy funk |
posted 01-24-2004 04:36
I'm fighting off a golf clap. You can style text in a table you know. (x)html and css are seperate things |
Bipolar (III) Inmate From: midair |
posted 01-24-2004 17:38
I agree with you Mabry..The material Paul posted can be done a variety of ways..the selected method should be based on ease of use, compactness of code and the author's preference..but it can be done in CSS. It is Extremely Difficult to control text in tables. Tables block large areas of infinite cyberspace quickly. People can insert text and images in those Tables/boxes..but what is placed in the table is extremely difficult to format...witness the nbsp , br, spacer gif..all hacks...accepted, familiar but hacks nonetheless. CSS has two problems unresolved..embedded fonts and bratty browsers interpreting the same code two different ways. It is the future and declaring "this is CSS because it is in a style sheet but it is really a table" is ..a bit ..of a waffle.. |
Maniac (V) Inmate From: out of a sleepy funk |
posted 01-24-2004 19:49
You couldn't illustrate my point more clearly if had been trying. I really think you're missing an understanding of some fundamentals, you've been studying hard on how to do things because everyone else is doing them, but you really demonstrate no understanding of why you are doing them. quote:
quote:
|
Bipolar (III) Inmate From: midair |
posted 01-24-2004 22:29
Semantics exactly..Anyone who has ever tried to format a haiku, or the poems of ee cummins can tell you..Formatting text in tables in extremely difficult..requiring space gifs, nbsp, br, br , br and it will still break the minute the browser is resized a fraction.. |
Maniac (V) Inmate From: out of a sleepy funk |
posted 01-26-2004 01:10
If you're trying to say, in a way that I'm admittedly not following, that it's semantically incorrect to put content such as poetry in a table, you'll get no argument from me, but it appears you're saying it's impossible to format text in a table the same way you would in a div. That's simply not true. quote:
|