> Suggestions with this latest one are welcome -- am I closer to "a good way
> of doing it" now than I was earlier? (I hope so!)
Hello Marc,
this is far better than your very first approach, I think you are on the
right track.
Further steps (after clearing the main layout probs):
Why not extend the accessibility and replace the <div>-headlines with
<h1> <h2> ... e. g.: <div id="PageTitle">ABOUT: The NYS(CA) Lit(erary)
Tree</div>
Same to the menus (top and left):
You have a construction of
<div id="LeftNavHeading">
<li class="leaf">Literary Entities</li>
</div>
<div id="LeftNavLink">
Literary Organizations<br />
...
</div>
which could easily be replaced (I think) by a
<ul>
<li>Head</li>
<li><a>Link</a></li>
<li><a>Link</a></li>
</ul>
construction.
Keep going.
Niklas
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/