Hallo zusammnen,
mit unten stehendem Code habe ich eine Navigation Leiste zugefügt. alles funktioniert soweit aber auf linker Seite habe ich paar Häkchen Symbole , genauso viel wie meine Menu Zahl.
weißt jemand woran liegen könnte ? siehe Anhang
Danke im Voraus
Kreye
<style type="text/css">
#navigation {width="65%" height: 15px; padding: 0 0 0 10px; background-color: #c00;
background-image: url(../../images/navigation1.gif); background-position: 0 -21px; background-repeat: repeat-x; }
#navigation ul {
list-style-type: none;
}
#navigation li {
font-size: 11px;
display: inline;
line-height: 15px;
}
#navigation a { color: #ffffff; text-decoration: none; padding: 0 15px; float: right; }
#navigation a:hover { background-image: url(../../images/navigation.gif); text-decoration: none; background-position: 0 0; }
</style>
<div id="navigation">
<ul>
<li><a href="/main/index.php?option=com_contact&view=contact& id=1&Itemid=2">Kontakt</a></li>
<li><a href="/main/index.php?option=com_content&view=article& id=2&Itemid=3">Impressum</a></li>
</ul>
</div>


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen