The issue is, if the width of the chart gets larger than the browser window, it gets messed up by staying the same size as the windows and scrambling the structure instead of extending the flow of the window with a scroll bar. fiddle: http://jsfiddle.net/euwx9qvq/
I created a dynamic hierarchical Organizational Chart using the code at http://thecodeplayer.c om/walkthrough/css3-family-tree . The width of the chart will vary depending on the number of positions.
The issue is if the width of the chart gets larger than the browser window, the org. chart gets messed up by staying the same size as the windows and scrambling the structure instead of extending the flow of the window with a scroll bar....
Leave a comment: