So , das Problem ist gelöst!
In der template.css meines Templates waren einige Zeilen drinnen die sich auf das Menü bezogen haben! Diese hab ich einfach rausgeworfen, durch
Code:
#topmenu{margin-left:400px;}
ersetzt und siehe da es klappt!
Da bin ich natürlich nicht selbst drauf gekommen!
Hab den Entwickler des Maximenu CK Moduls per EMail kontaktiert, der hat mir dann rasch weiter geholfen!
Jetzt funktionieren auch alle andern Menü Module tadellos mit dem Template!
Das musste raus:
Code:
#topmenu {
margin-top:60px;
float: right;
width:450px;
}
#topmenu ul {
list-style: none;
margin: 0;
padding: 0;
margin-left: 14px;
float: right;
}
#topmenu li {
list-style: none;
float: left;
font-weight: normal;
font-size: 14px;
padding:2px 15px 0 15px;
line-height: 26px;
text-transform: uppercase;
font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
}
#topmenu li a {
display: block;
padding: 0;
font-weight: normal;
text-decoration: none;
color: #333333;
}
#topmenu li:hover, #topmenu li.hover {
position: static;
}
#topmenu li a:hover, #topmenu li.active a {
color: #990000;
background-position: center;
}
Muss jetzt das Modul nur noch optisch anpassen!
Danke nochmals für die Unterstützng hier,
Maxx
Lesezeichen