Good afternoon

Am using Russ Wheatley's Simple Nested Rollover List from A List Apart.

<div id="nav">
                   <ul id="navlist">
<li id="active"><a href="index.html" id="current">HOME</a>
                   <ul id="subnavlist">
<li id="subactive"><a href="operation.html" id="subcurrent">Operation</a></li>
                       <li><a href="projects.html">Projects</a></li>
<li><a href="members.html">Committee and Members</a></li>
                   </ul>
                   </li>
<li><a href="#">WEED SPECIES</a></li>
                   <ul id="subnavlist">
<li id="subactive"><a href="#" id="subcurrent">Watsonia</a></li>
                       <li><a href="#">Oxalis</a></li>
                       <li><a href="#">Carnation Weed</a></li>
                       <li><a href="#">Taro</a></li>
                   </ul>
<li><a href="#">PUBLICATIONS</a></li> and so on.......

Because of the repetition of things like <ul id="subnavlist"> it is not validating. The first section (only bit actually with pages) looks good and works. The example on A List Apart only dealt with subitems in the first section so I am not sure if I am meant to put in "subactive", "current" and so on for every section or not. For example, in the line <li><a href="projects.html">Projects</a></li>, should that be <li id="subactive"><a href="projects.html" id="subcurrent">Projects</a></li>?
Am I meant to put in <ul id="subnavlist"> at the start of every sub-section?

Thanks!

Lyn

www.westernwebdesign.com.au
Perth, Western Australia


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to