Hallo zusammen,
ich habe ein Darstellungsproblem meiner zweiten Navigationsleiste. Im IE, Firefox und Opera wir die Navigation ordnugsgemäß und gleich angezeigt. Im Safari ist keinerlei Formatierung zu sehen. Ich verzweifele langsam aber sicher. Vielleicht hat ja jemand eine Idee, ich wäre auf jeden Fall sehr Dankbar.
Vorab schon mal Danke, peitman
Das ganze ist zu begutachten unter: www.dirk-peiter.de
Hier auch mal der Quelltext:
<span class="menu">
< ?php if(SHOW_MENU) { /* Only shown menu if we need to */ ?>
< ?php page_menu(0,1); ?>
< ?php } ?>
</span>
css Formatierung
.menu {
color:#666666;
font-family: Garamond, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-decoration:none;
list-style-type: none;
}
.menu li {
list-style-type: none;
text-align:right;
text-decoration:none;
margin: 0px;
padding: 0px;
}
.menu ul {
list-style-type: none;
margin: 0px;
padding: 0px;
text-decoration:none;
}
.menu ul ul {
text-decoration:none;
color:#666666;
}
.menu a:link, .menu a:visited, .menu a:active {
color: #666666;
text-decoration:none;
display: block;
padding-left:0px;
padding-right:20px;
padding-top:5px;
padding-bottom:5px;
}
.menu a:hover {
text-decoration: none;
color: #8b2945;
text-transform:none;
}
.menu a.menu_current {
color: #8b2945;
text-transform:none;
text-decoration:none;
}
Unterschiedliche Darstellung der Navigation in den Browsern
(2 posts) (1 voice)Antwort
Du musst angemeldet sein, um einen Beitrag zu schreiben.
