Default Dropdown
Permalink
Hi everyone, I created another version of the default theme with a dropdown nav and more page types. enjoy!
try the attached.
yeh, the attachment didn't work either,
I tried doing that same thing..
this is what happens..
what should happen or what i would love to happen is..not everyone li have a class.
Just the one that has a drop list.. like this..
I tried doing that same thing..
this is what happens..
<ul> <li class="drop"><a href="/concrete5.4.2/">Home</a></li> <li class="drop"><a href="/concrete5.4.2/index.php/about/">About<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]> <table> <tr> <td><![endif]--> <ul> <li class="drop"><a href="/concrete5.4.2/index.php/about/adding-a-new-post/">Adding a New Post</a></li> <li class="drop"><a href="/concrete5.4.2/index.php/about/85/">Deop</a></li> </ul>
what should happen or what i would love to happen is..not everyone li have a class.
Just the one that has a drop list.. like this..
<ul> <li><a href="/concrete5.4.2/">Home</a></li> <li class="drop"><a href="/concrete5.4.2/index.php/about/">About<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]> <table> <tr> <td><![endif]--> <ul> <li><a href="/concrete5.4.2/index.php/about/adding-a-new-post/">Adding a New Post</a></li> <li><a href="/concrete5.4.2/index.php/about/85/">Deop</a></li> </ul>
first, i thank you for sharing this themes :D.
but i have a problem using the dropdown menu in inove themes.
when i view the webpage source, i found that it can not echo "</ul>" & it will be replace by "<a class=\"lastmenu\" > </a>"
can you tell me why i am having this problem?
Thanks a lot
but i have a problem using the dropdown menu in inove themes.
when i view the webpage source, i found that it can not echo "</ul>" & it will be replace by "<a class=\"lastmenu\" > </a>"
can you tell me why i am having this problem?
Thanks a lot
I downloaded this to test out, works well
just a question though..........
I want to style and change the drop down a bit..
the top level works great,, how can i edit the <li opening tag for the drop down?
I want it to have <li class="drop" > but i dont see any opening tags for the Li