Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/08/2006, 07:03
Borjimante
Invitado
 
Mensajes: n/a
Puntos:
No me hace caso al CSS

Hola mirar no me ace caso el html al css por que le mando que al poner un enlace ponga una imagen de fondo y no m sale les pongo el codigo necesario

Cita:
<link href="estilo.css" rel="stylesheet" type="text/css">
<div id="banner"><a href="index.htm" class="enlacenav">Inicio</a></div>
y el CSS:

Cita:
A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{ font-family: arial; font-size: 12px; padding: 0px; background-image: url(imagenes/boton1.jpg) color: #000000; text-decoration: none; } A.enlacenav:HOVER{ font-family: arial; font-size: 12px; padding: 0px; background-image: url(imagenes/boton2.jpg) color: #000000;}
Un saludo