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>
See:
http://www.virtualgeoff.com/misc/orgChart.html
with background image:
http://www.virtualgeoff.com/misc/orgChartB.html
cheers,
Geoff
==============================================================================
The information contained in this email and any attachment is confidential and
may contain legally privileged or copyright material. It is intended only for
the use of the addressee(s). If you are not the intended recipient of this
email, you are not permitted to disseminate, distribute or copy this email or
any attachments. If you have received this message in error, please notify the
sender immediately and delete this email from your system. The ABC does not
represent or warrant that this transmission is secure or virus free. Before
opening any attachment you should check for viruses. The ABC's liability is
limited to resupplying any email and attachments
==============================================================================
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************