El css es este:
Código:
creo que esta bien, el tema es que no se que aplicarle al texto de la navbar para que funcione con el estilo Links de la navbar.body{
background-image:url(imgs/background.gif);
background-repeat:repeat-x;
background-color:#181818;
margin-top:5px;
}
td, th, tr{
font-family: verdana, sans-serif;
font-size:12px;
color: #777777;
}
.login{
text-align:right;
}
.navbar{
background-image:url(imgs/nav.gif);
background-repeat:repeat-x;
}
/*Link Normales */
a:link {
color: #999999;
text-decoration: none;
}
a:visited {
color: #999999;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: underline;
}
/*Links de la navbar*/
.nav, .nav:link, .nav:visited {
color: #888888;
text-decoration: none;
}
a.nav:hover {
color: orange;
text-decoration: underline;
}
Este es el html:
Cita:
El html solo va la celda de la navbar <td width="859" class="navbar"> <a href="/index.php">Inicio</a></td>
Gracias y saludos

