[css-d] CSS Family Tree?

2005-12-09 Thread Chad Calhoun
I'm looking to make a family tree and I think the best way to do it is using
a list, but I'm not sure.  Has anybody tried doing this before or are there
any examples up somewhere?




__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS Family Tree?

2005-12-09 Thread Roy Schestowitz
_/ On Fri 09 Dec 2005 17:34:00 GMT, [Chad Calhoun] wrote : \_

 I'm looking to make a family tree and I think the best way to do it is using
 a list, but I'm not sure.  Has anybody tried doing this before or are there
 any examples up somewhere?

In the context of CSS or not? Have a look at:

http://www.lesandchris.com/ged2www/

You can easily add some styles to such pages, which are generated in a 
very raw,
and stripped-down form.

Arbitrary example, without CSS:

http://www.spanglers.info/dat153.html

You could extend the source to include classes in the HTML output and then
re-compile, contributing back to the project.

Hope it helps,

Roy

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS Family Tree?

2005-12-09 Thread Alex Robinson
At 12:34 -0500 9/12/05, Chad Calhoun wrote:
I'm looking to make a family tree and I think the best way to do it is using
a list, but I'm not sure.  Has anybody tried doing this before or are there
any examples up somewhere?

Whether or not a list is the best way, the answer to your questions 
is yes and yes. There was a previous css-d thread about a year ago 
from which the following contribution of mine is taken:

http://archivist.incutio.com/viewlist/css-discuss/45781
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS Family Tree?

2005-12-09 Thread Jason M Roehrig
Chad Calhoun wrote:
 I'm looking to make a family tree and I think the best way to do it is using
 a list, but I'm not sure.  Has anybody tried doing this before or are there
 any examples up somewhere?
   
I'm working on a similar project, but haven't gotten far yet :) So not 
really an example, but a starting point (WARNING: don't bother clicking 
any links, as that's just some family stuff, not family tree related; 
mostly {e.g. license}):
http://myfamily.jasonmr.com/


I believe lists are the way to go, though this is rather off topic, as 
we are dealing with a (X)HTML mark up question here, but anyhow, use 
lists wisely. IOW, if the order is of importance, use ordered lists 
[ol], if not unordered [ul]. I've created order by nesting definition 
lists (family name == definition term [dt], family info data == 
definition description), which seems logical too me ;) Nest your lists 
upto any depth, and then use the relative position, classes, and/or ID's 
to display with defined styles in CSS stylesheets.

HTH

JasonMR
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/