Habe jetzt schon mehrere Sachen ausprobiert, allerdings zu keinem Erfolg gekommen. Möchte, dass der jeweilige (active) Menüpunkt einen Style bekommt. So sieht der Code aus:
[COLOR=Red]<div id="r_sidebar">
<ul>
<li class="page_item page-item-18"><a href="http://domain/wordpress/?page_id=18" title="Home + News">Home + News</a></li>
<li class="page_item page-item-4"><a href="http://domain/wordpress/?page_id=4" title="Idea">Idea</a></li>
<li class="page_item page-item-5"><a href="http://domain/wordpress/?page_id=5" title="Technology">Technology</a></li>
<li class="page_item page-item-6"><a href="http://domain/wordpress/?page_id=6" title="Production">Production</a></li>
<li class="page_item page-item-7"><a href="http://domain/wordpress/?page_id=7" title="Team">Team</a></li>
<li class="page_item page-item-8 current_page_item "><a href="http://domain/wordpress/?page_id=8" title="Facts + Figures">Facts + Figures</a></li>
<li class="page_item page-item-9"><a href="http://domain/wordpress/?page_id=9" title="Investors">Investors</a></li>
<li class="page_item page-item-10"><a href="http://domain/wordpress/?page_id=10" title="Glossary + Competition">Glossary + Competition</a></li>
</ul>
</div>[/COLOR]
In diesem Beispiel müßte dann
[COLOR=DarkOrange]<li class="page_item page-item-8 current_page_item ">[/COLOR] einen Style bekommen. Weiß jemand da eine Rat. Danke für jegliche Hilfe.
Fisch