Hey thanks David!

I can see that there shouldnt be two id's in one document, however when i change the ID's so that they are different, i still get one sublist on the actual site. It keeps using the 2nd sublist that is entered in the code.
here is the site: http://tct2005.com/wp

here is the code:

<div id="navcontainer">
           <ul id="navlist">
<li id="active"><a href="http://tct2005.com/wp/?cat=2";>News</a>
                   <ul id="subnavlist1">
<li id="subactive1"><a href="index.php?cat=4" id="subcurrent1">Cases</a></li>
                       <li><a href="index.php?cat=5">Articles</a></li>
                       <li><a href="index.php?cat=3">Lectures</a></li>
                       <li><a href="#">Dailies</a></li>
                   </ul>

               </li>
<li id="active"><a href="index.php?page_id=10">Education</a>
                   <ul id="subnavlist2">
<li id="subactive2"><a href="index.php?cat=4" id="subcurrent2">Learning</a></li>
                       <li><a href="index.php?cat=5">people</a></li>
                       <li><a href="index.php?cat=3">stuff</a></li>
                       <li><a href="#">more</a></li>
                   </ul>
               </li>
<li><a href="index.php?page_id=11">Register</a> </li> <li><a href="index.php?page_id=6">Contact</a></li> </ul> </div>



David Dorward wrote:

On 6/24/05, jeremy <[EMAIL PROTECTED]> wrote:

It works great like this, but it is not completed. I want to add a whole
sublist to "Item Two."
seems like it would be easy - just copy the sublist from "Item One" and
paste into the <li> of "Item Two." right?

http://tct2005.com/wp/

http://validator.w3.org/check?verbose=1&uri=http%3A//tct2005.com/wp/

You can't use the same id twice in a document.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to