Así se ve con Internet Explorer:
Y así se ve con Mozilla Firefox y con Google Chrome:
Me gustaría que en todos los casos se viera como en Internet Explorer.
Os pongo aquí el código del estilo:
Código PHP:
.Menu-item {
font-weight: bold;
font-size: 14px;
text-align: center;
background: #34353b url('images/button.gif') repeat-x;
color: #FFFFFF;
font-family: verdana, helvetica;
line-height: 33px;
height: 0px;
width: 170px;
text-indent: 0pt;
margin: 0px;
}
a:link.Menu-item {
color: #FFFFFF;
text-decoration: none;
}
a:visited.Menu-item {
text-decoration: none;
color: #FFFFFF;
}
a:hover.Menu-item {
text-decoration: none;
color: #FFFFFF;
}
a:active.Menu-item {
text-decoration: none;
color: #FFFFFF;
}
Código PHP:
echo('<a class="Menu-item" href="tutorial.php">Cómo Jugar</a>');
echo('<a class="Menu-item" href="serv_info.php">Server Info</a>');
echo('<a class="Menu-item" href="normas.php">Normas</a>');