Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2008-01-02 05:54:39
- tc03
- Member
- Registered: 2007-11-06
- Posts: 92
Re: Update to earlier topic about navigation menus
I only want a class on the first li. Always the same one.
Offline
Re: Update to earlier topic about navigation menus
No need for plugin as now it’s simple.
<div id="navigation">
<ul class="section_list">
<li class="frontpage"><a href="<txp:site_url />">Critical Literary Theory</a></li>
<txp:section_list wraptag="" break="li" active_class="active" include_default="0" sections="Submit,Search,Archives" />
</ul>
</div>
Did’ay notice that I posted almost same earlier?
Cheers!
Offline
#15 2008-01-02 07:25:40
- tc03
- Member
- Registered: 2007-11-06
- Posts: 92
Re: Update to earlier topic about navigation menus
and how do i select it
li#frontpage {;}?
Offline
Offline
#17 2008-01-02 07:29:54
- tc03
- Member
- Registered: 2007-11-06
- Posts: 92
Re: Update to earlier topic about navigation menus
li.frontpage {;}
?
Offline
#18 2008-01-02 07:31:36
- tc03
- Member
- Registered: 2007-11-06
- Posts: 92
Re: Update to earlier topic about navigation menus
sorry gocom. very tired.
Offline