Jump to content
xt:Commerce Community Forum

Menupunkt auf "active" setzen


CK84

Recommended Posts

Hallo,

ich habe ein Menu mit CSS gemacht. Ich möchte jetzt jedoch den aktuellen Menupunkt auf die class="active" setzen um diesen farblich hervorzuheben.



<div id="nav_header">

<div class="hlist">

<ul>

<li id="start"><a href="http://www.abc.de/index.php"><span>Startseite</span></a></li>

<li><a href="http://www.abc.de/index.php?s=abcaktuell"><span><em>Aktuell</em></span></a></li>

<li><a href="http://www.abc.de/standort.abc.php"><span>Standorte</span></a>

<ul>

<li><a href="http://www.abc.de/standort.abc.php">abc</a></li>

<li><a href="http://www.abc.de/standort.abc.php">abc</a></li>

<li><a href="http://www.abc.de/standort.abc.php">abc</a></li>

</ul>

</li>

<li><a href="http://abc.org/index"><span>abc</span></a></li>

</ul>

</div>

</div>

</div>
Wenn ich auf den 1. Menupunkt
<li id="start"><a href="http://www.abc.de/index.php"><span>Startseite</span></a></li>
klicke, dann soll dieses <li class='active' bekommen. Also müsste ich doch abfragen
<if aktuelle url = http://www.abc.de/index.php>}  <li id="start" class="active"><a href="http://www.abc.de/index.php"><span>Startseite</span></a></li> [/code]

Jedoch bekomme ich nur eine weiße Seite, der Syntax der <if>-Anweisung wird nicht stimmen.

Kann mir wer helfen?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...