Paul Novitski wrote:

Perhaps more sensible would be to make the heading an item in a top-level list, within which sits your navlist:

<div id="list1">
      <ul class="navlistbox">
        <li>Most Requested
          <ul class="navlist">
            <li><a href="#" title="How to Enroll">How to Enroll</a></li>
            ...
          </ul>
        </li>
...

At that stage, I'd rather go for a definition list (sits back and waits for people to argue the finer points of "what is a definition")


<dl>
    <dt>Most Requested</dt>
    <dd><a href="#" title="How to Enroll">How to Enroll</a></dd>
    <dd>...</dd>
...
</dl>

--
Patrick H. Lauke
_____________________________________________________
re�dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com

******************************************************
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