Hi there.
I am having trouble making this simple nested list work.
here is where i got the list from:
http://css.maxdesign.com.au/listamatic2/horizontal02.htm
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?
I dont think so. It is just using the subnavlist of the last list in the
code. (it is hard to explain, please take a look)
So here is what I have so far, and you will see the problem i am having:
http://tct2005.com/wp/
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a
href="http://tct2005.com/wp/?cat=2">News</a>
<ul id="subnavlist">
<li id="subactive"><a href="index.php?cat=4"
id="subcurrent">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><a href="index.php?page_id=10">Education</a>
<ul id="subnavlist">
<li id="subactive"><a href="index.php?cat=4"
id="subcurrent">Cases</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>
______________________________________________________________________
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/