Hallo,
hab das gefühl das es an einer stelle der seite mit <style> ziemlich verfuscht wurde.....
erstmal hier die seite:
http://www.garnelen-hl.de
so wenn man sie mit IE öffnet sieht alles normal aus, aber beim Firefox rückt die Navigationsleiste enger zusammen und die schrift ist glaube ich auch anders.....
meine menue.css sieht so aus:
ZitatAlles anzeigen/* ===== menue 2 oben rechts - navigation first ===== */
#menu2 {
border: dashed 0px #fff;
text-align: left;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
padding-bottom:0px;
padding-top:0px;
}
#menu2 ul, #menu2 li {
list-style-type:square;
margin-left:16px;
padding: 0px;
color:#000
}
#menu2 li a:link, #menu2 li a:visited, #menu2 li a:active {display:block;
border-bottom: dashed 0px #C2631D;
width:200px;
color:#7d7d7d;text-decoration:none;
font-style:italic;
font-size: 14px;
font-family: arial, helvetica, tahoma ,verdana, sans-serif;
height: 16px;
line-height: 16px;
padding-left:6px;
}
#menu2 li a:hover { background:TRANSPARENT;
color:#fff;
text-decoration:underline;
padding-left:6px;
}
in der index.php habe ich noch das hier gefunden:
Zitat<b style="font-size:20px;color:#fff;background-color:#800000;padding-left:3px;padding-right:4px;background-image:url(images/leiste_schatten_un.jpg);
background-repeat:repeat-x;
background-position: 50% 100%;padding-bottom:3px">»</b>
<span style="font-size: 16px;font-family: arial,tahoma,verdana,helvetica, sans-serif;color:#e6e6e6;">Navigation</span>
könnt ihr mir da helfen, das man den style in der index.php auch in die .css bekommt
lg micha