Hallo,
habe folgendes Problem:
Habe eine Navigation gebaut, welche mit unten angegebenen Styles definiert ist. Klappt im IE so, wie ich es gern hätte, nämlich horizontal. Nur Netscape und Mozilla zeigen die Navig vertikal an.
Was tun?
Gibt es einen Befehl wie table-row oder table-caption, der das in beiden Browsern horizontal festlegt?
Gruß
Ronald
a.mainmenu:link, a.mainmenu:visited {
color: #ffffff;
font: bold small-caps 12px Tahoma, Verdana, sans-serif;
text-decoration: none;
background-image: url(../images/button.jpg);
background-repeat: no-repeat;
width: 99px;
height: 18px;
text-align: center;
display: table-cell;
}
a.mainmenu:hover, a.mainlevel:hover {
color: #000000;
font: bold small-caps 12px Tahoma, Verdana, sans-serif;
background-image: url(../images/button_ov.jpg);
text-decoration: none;
}