wie kann ich mein menü eine fixe größe zuschreiben, bei ie geht es, bei ff ist es aber ist es so groß wie die schrift
ZitatAlles anzeigen
<style type="text/css">
<!--#navi {
margin:auto;
width: 600px;
}body {text-align:center
}body {
font-family:arial,sans-serif;
font-size:10pt;
}
a.cssmenu:link {
width : 100px;
color : #808080;
background-color : #004040;
text-align : center;
text-decoration : none;
font-size : 15px;
border-top : 1px solid silver;
border-right : 1px solid black;
border-left : 1px solid silver;
border-bottom : 1px solid black;
padding-top : 2px;
padding-right : 4px;
padding-left : 4px;
padding-bottom : 2px;
margin-top : 0px;
margin-right : 10px;
}a.cssmenu:visited {
width : 100px;
color : #808080;
background-color : #004040;
text-align : center;
text-decoration : none;
font-size : 15px;
border-top : 1px solid silver;
border-right : 1px solid black;
border-left : 1px solid silver;
border-bottom : 1px solid black;
padding-top : 2px;
padding-right : 4px;
padding-left : 4px;
padding-bottom : 2px;
margin-right : 10px;}
a.cssmenu:hover {
width : 100px;
color : #004040;
background-color : #808080;
text-align : center;
text-decoration : none;
font-size : 15px;
border-top : 1px solid silver;
border-right : 1px solid black;
border-left : 1px solid silver;
border-bottom : 1px solid black;
padding-top : 2px;
padding-right : 4px;
padding-left : 4px;
padding-bottom : 2px;
margin-right : 10px;}
//-->
</style>
</head>
Zitat