Hallo , ich habe folgendes Problem wo ich nicht mehr weiterkomme.
Ich möchte ein Menu in CSS ansprechen und weiß nicht genau wie.Ich habe aber eine Joomla Installation wo es geht . Nur wenn ich die Installation auf einen anderen Server hochlade , habe ich auf einmal ganz andere CSS Klassen. Hier mal ein Auszug aus dem Code wo es geht :
Url dazu :http://www.master-grafiks.de/Joomla/
--------------------------------------------------------------------------------------------------------Code:/* Mainlevel menu */ .mainlevel{ height: 25px; width: 100%; } a.mainlevel{ color: #666666; font: 12px/25px Verdana, Arial, Helvetica, sans-serif; text-transform: none; text-decoration: none; display: block; text-align: left; padding-top: 1px; padding-bottom: 1px; border-bottom: 1px dotted #9c9c9c; } a.mainlevel:hover{ color: #1973a7; font-weight: bold; font-style: italic; text-decoration: none; } #active_menu, #active_menu:hover{ color: #1973a7; font: italic bold 12px/25px Verdana, Arial, Helvetica, sans-serif; text-transform: none; text-decoration: none; display: block; text-align: left; padding-top: 1px; padding-bottom: 1px; border-bottom: 1px dotted #9c9c9c; } /* End Mainlevel menu */
Hier die URL wo es nicht mehr geht :http://www.rhodosfantasy.de/
Und nun der Code :Es handelt sich um den selben Template Ordner mit ein und der selben template.css .HTML-Code:<div class="moduletable_menu"> <h3>Hauptmenü</h3> <ul class="menu"><li id="current" class="active item1"><a href="http://www.rhodosfantasy.de/"><span>Startseite</span></a></li><li class="parent item27"><a href="/index.php?option=com_content&view=article&id=19&Itemid=27"><span>Joomla! Überblick</span></a></li><li class="item2"><a href="/index.php?option=com_content&view=article&id=5&Itemid=2"><span>Joomla!-Lizenz</span></a></li><li class="item37"><a href="/index.php?option=com_content&view=section&id=4&Itemid=37"><span>Mehr über Joomla!</span></a></li><li class="item41"><a href="/index.php?option=com_content&view=section&id=3&Itemid=41"><span>FAQ</span></a></li><li class="item50"><a href="/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=50"><span>Neuigkeiten</span></a></li><li class="item48"><a href="/index.php?option=com_weblinks&view=categories&Itemid=48"><span>Weblinks</span></a></li><li class="item49"><a href="/index.php?option=com_newsfeeds&view=categories&Itemid=49"><span>Newsfeeds</span></a></li></ul></div>
Kann mir jemand sagen wie ich CSS schreiben muß damit ich das Menu ansprechen kann?
Schonmal viellen Dank für eure Mühe ....
Gruss Steffen


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen