andi_b: <a> mit fester breite in mozilla

Beitrag lesen

hey freaks,

habe mir ein css zurechtgebaut, wobei die navi links enthält (...echt?!). folgender css:

#naviagationMenu{
 padding: 2px 0 3px 0;
 background: #F6F6F6;
}
 #naviagationMenu a{
  width: 170px;
  font:bold 14px arial, sans-serif;
  color:black;
  background:#9dc4d5;
  text-align:center;
  border:black solid 1px;
  padding:2px;
  text-decoration:none;
  }
 #naviagationMenu a:hover{
  color:#ffffff;
  background-color:#006699;
  }

leider stellt der mozi die breiten nicht dar...

any hints?

danke, andi