[jQuery] basic web drawing question
Hi guys...
Forgive me in advance!!
I'm trying to figure out how the heck to draw something like the following:
--------------- ----------------
| | | |
| foo |---------| foo2 |
| | | |
--------------- ----------------
|
|
|
V
--------------
| |
| cat |
| |
--------------
I'm trying to figure out how to do this using javascript/html.
And I'm embarrassed to say i haven't found any example as to how this can be
accomplished. i'm pretty certain that it's via a combination of
javascript/html/css/divs/ui/ul.
I've been looking for samples/tutorials/books/etc, but I must be missing
something.
The ultimate goal is to create a test/sample 2D org chart kind of app, so we
start at the beginning...
So, any tutorials/samples/links/pointers would be helpful. Also, if you know
of other email lists/IRC/groups that I should ask, let me know as well...
Thanks!!