Geoff Pack wrote:
Hi Sarah,

I agree with Jay - it should be a nested list, but I'd avoid floats completely 
and use absolute positioning to lay it out. I'd also change the nesting to 
reflect the org structure, not just the level.

Assuming the managers report to the GM, then:

<ul id="orgChart">
        <li>MD
                <ul>
                        <li>FC</li>
                        <li>GM
                                <ul>
                                        <li>Manager 1</li>
                                        <li>Manager 2</li>
                                        <li>Manager 3</li>
                                        <li>Manager 4</li>
                                        <li>Manager 5</li>
                                        <li>Manager 6</li>
                                        <li>Manager 7</li>
                                </ul>
                        </li>
                        <li>PA</li>
                </ul>
        </li>
</ul>

Geoff, Sarah,

My only suggestion is to have the outer list as an <ol> as there is an explicit order of value/importance and it could be indicated when the list is unstyled. But this solution looks great.

Jay

--
Jay Gilmore
Developer / Consultant
SmashingRed Web & Marketing
P] 902.529.0651
E] [EMAIL PROTECTED]
U] http://www.smashingred.com
B] http://www.smashingred.com/blog
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to