You could use CSS...
Simply have:
<div class="question">
FlowChart Prepared
</div>
then the CSS could be:
div.question
{
background-image: url(diamond.gif);
background-repear: no-repeat;
}
etc...
simply use images, but it would be a lot simpler than making them up
yourself....
-----------------------------
Chris Stratford
[EMAIL PROTECTED]
www.neester.com
-----------------------------
-----Original Message-----
From: Justin French [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004 11:21 AM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] Flowchart using CSS
On Tuesday, February 3, 2004, at 10:48 AM, Chris Blown wrote:
> How would one markup a simple flowchart using xhtml / css? A few <ul>?
> Hardest part is how to do the connecting lines..
I don't think there's enough semantic elements to do this any justice,
but providing a visual diagram of what you'd like to show in would be a
good start for the brainstorming. My guess is you'd end up with a lot
generic <div>s, using the class attr as some form of rel attribute like
what we do in <link> and <a>.
SVG maybe?
Justin French
*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************
*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************