Hallo zusammmen, wollte mir gerne ein Hauptmenü mit Rollover Effekt einrichten. Die passenden Grafiken mit entsprechender Größe hab ich schon im passenden Ordner abgelegt.In meiner css hab ich folgendes eingebaut(Auszug). #mainNavigation ul li a#Schuhe { background:url("../images/buttons/nav09.png") no-repeat scroll 0 0 transparent; height:44px; padding:0; text-indent:-999em; width:78px; } #mainNavigation ul li a#Schuhe.active { background:url("../images/buttons/nav09.png") no-repeat scroll 0 -44px transparent; height:44px; padding:0; text-indent:-999em; width:78px; } #mainNavigation ul li a#Schuhe:hover { background:url("../images/buttons/nav09.png") no-repeat scroll 0 -44px transparent; height:44px; padding:0; text-indent:-999em; width:78px; }
Leider tut sich noch gar nichts.Ich glaub es liegt an der categories_top.tpl. Die sieht ja folgendermaßen aus: [code]
- [{se name=‚IndexLinkHome‘}Home{/se}]({url controller=‚index‘} „{s name=‚IndexLinkHome‘}{/s}“)
{foreach from=$sMainCategories item=sCategory} {if !$sCategory.hidetop} - [{$sCategory.description}]({if $sCategory.external}{$sCategory.external}{else}{$sCategory.link|rewrite:$sCategory.description}{/if} „{$sCategory.description}“)
{/if} {/foreach}
[/code] Was hab ich nicht beachtet.Kann mir jemand helfen???