Hallo, ich stehe vor folgendem Problem. In meiner Navigation habe ich einen Beitrag, welcher ein Submenü aufruft. Das funktioniert, auch dass wenn ich dann auf diese Übersicht klicke das Mainmenü Element als "current" bezeichnet wird. Wenn ich aber einen Eintrag aus dem Submenü wähle wird dieses Element auch als "current" bezeichnet, jedoch nicht mehr das alte... Bis gestern ging das alles wunderbar, doch nun scheint sich da was geändert zu haben? Ich habe zb "Activate Parent" beim submenü auf true gesetzt... ansonsten habe ichs soeben auf einen frischen Installation probiert und es funktioniert immer noch nicht...
bsp wenn nur oberes menü aktiv
wenn untermenüCode:<div id="menu_top"> <div class="moduletable_menu"> <ul class="menu"><li class="item1"><a href="http://erbenux.com/CMS/"><span>Home</span></a></li><li id="current" class="active item27"><a href="/CMS/index.php?option=com_content&view=article&id=19&Itemid=27"><span>Joomla!</span></a></li><li class="item48"><a href="/CMS/index.php?option=com_weblinks&view=categories&Itemid=48"><span>Web Links</span></a></li><li class="item49"><a href="/CMS/index.php?option=com_newsfeeds&view=categories&Itemid=49"><span>News Feeds</span></a></li></ul> </div> </div> <!-- Div trennen --> <div style="clear: both;"></div> <div id="menu_content"> <div class="moduletable_menu"> <ul class="menu"><li class="item40"><a href="/CMS/index.php?option=com_content&view=article&id=26&Itemid=40"><span>Extensions</span></a></li><li class="item38"><a href="/CMS/index.php?option=com_content&view=article&id=24&Itemid=38"><span>Content Layouts</span></a></li><li class="item43"><a href="/CMS/index.php?option=com_content&view=article&id=43&Itemid=43"><span>Example Pages</span></a></li></ul> </div> </div>
wie man sieht ist im menu_top kein "current"Code:<div id="menu_top"> <div class="moduletable_menu"> <ul class="menu"><li class="item1"><a href="http://erbenux.com/CMS/"><span>Home</span></a></li><li class="item27"><a href="/CMS/index.php?option=com_content&view=article&id=19&Itemid=27"><span>Joomla!</span></a></li><li class="item48"><a href="/CMS/index.php?option=com_weblinks&view=categories&Itemid=48"><span>Web Links</span></a></li><li class="item49"><a href="/CMS/index.php?option=com_newsfeeds&view=categories&Itemid=49"><span>News Feeds</span></a></li></ul> </div> </div> <!-- Div trennen --> <div style="clear: both;"></div> <div id="menu_content"> <div class="moduletable_menu"> <ul class="menu"><li id="current" class="active item40"><a href="/CMS/index.php?option=com_content&view=article&id=26&Itemid=40"><span>Extensions</span></a></li><li class="item38"><a href="/CMS/index.php?option=com_content&view=article&id=24&Itemid=38"><span>Content Layouts</span></a></li><li class="item43"><a href="/CMS/index.php?option=com_content&view=article&id=43&Itemid=43"><span>Example Pages</span></a></li></ul> </div> </div>


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen