HighDots Forums  

Tricky Tree Structure with CSS

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Tricky Tree Structure with CSS in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
M2
 
Posts: n/a

Default Tricky Tree Structure with CSS - 08-04-2003 , 11:24 PM






Hi All,
I'm trying to move an application of mine into the 21st century and ditch
the table intensive layout in favour of CSS. Where I am stumbling can be
seen here:

http://www.csu.edu.au/student/getonw...orum/forum.gif

The layout is currently done using tables but given the number of messages
can be considerable each row is in its own table. While this allows browsers
to start rendering before the download is complete it weighs an aweful lot
in code. To avoid this I was thinking of CSS but now I'm wondering.

The indented subjects looked like a great use for a list but as soon as a do
that I cannot find a way to associate the other fields with the same
horizontal location (row in table-speak) thus making me think I am perhaps
abusing the idea of lists.

Anyways, if anyone has any ideas and/or suggestions on the whole tables
versus CSS for this application I'd appreciate them.

Thanks,
Matt.



Reply With Quote
  #2  
Old   
Johannes Koch
 
Posts: n/a

Default Re: Tricky Tree Structure with CSS - 08-05-2003 , 03:00 AM






M2 wrote:
Quote:
Hi All,
I'm trying to move an application of mine into the 21st century and ditch
the table intensive layout in favour of CSS. Where I am stumbling can be
seen here:

http://www.csu.edu.au/student/getonw...orum/forum.gif

The layout is currently done using tables but given the number of messages
can be considerable each row is in its own table. While this allows browsers
to start rendering before the download is complete it weighs an aweful lot
in code. To avoid this I was thinking of CSS but now I'm wondering.

The indented subjects looked like a great use for a list but as soon as a do
that I cannot find a way to associate the other fields with the same
horizontal location (row in table-speak) thus making me think I am perhaps
abusing the idea of lists.
A list is something one-dimensional. But your application offers two
dimensions. So a table is ok. You already have table column headers,
well, at least it looks like table headers :-). But this implies, that
you cannot markup the hierarchy. Unfortunately, HTML doesn't offer
markup for a tree like in XUL.
--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)



Reply With Quote
  #3  
Old   
Stephen Poley
 
Posts: n/a

Default Re: Tricky Tree Structure with CSS - 08-05-2003 , 09:53 AM



On Tue, 05 Aug 2003 04:24:59 GMT, "M2" <m2 (AT) nowhere (DOT) com> wrote:

Quote:
I'm trying to move an application of mine into the 21st century and ditch
the table intensive layout in favour of CSS. Where I am stumbling can be
seen here:

http://www.csu.edu.au/student/getonw...orum/forum.gif

The layout is currently done using tables but given the number of messages
can be considerable each row is in its own table. While this allows browsers
to start rendering before the download is complete it weighs an aweful lot
in code. To avoid this I was thinking of CSS but now I'm wondering.
The list of messages certainly looks like a table to me. Just take the
page header and footer out of the table. You can use a CSS class to put
a bit of padding on the indented messages.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.