I am trying to make a flow chart with HTML and CSS but its proving very hard with the amount of divs that im using for the lines boxes sub boxes and answers.
Here is my Jsfiddle, whats the best way to create this flow chart and position them?
This is what i have tried so far:
http://jsfiddle.net/xyQPT/7/
Could jquery be used to position the divs? or even connect them with an arrow?
I would recommend using a UL for your child items, then simply use a background-image and offset the text to the width of background image. This will give the appearance of being connected.