Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/04/2006, 06:52
Avatar de pereztroff
pereztroff
 
Fecha de Ingreso: junio-2002
Ubicación: En la Internet.
Mensajes: 4.068
Antigüedad: 21 años, 10 meses
Puntos: 5
gracias, puse lo siguiente pero cuando paso el puntero por encima del link no cambia de color.

<td><a href="1.htm" class="tex_verde">Apartamentos de Ciudad </td>

--------------


a.tex_negro {
FONT-SIZE: 8pt; COLOR: #000000; LINE-HEIGHT: 8pt; FONT-FAMILY: Verdana, Helvetica; LETTER-SPACING: 0px; TEXT-DECORATION: none
}

a.tex_negro :link {
color: #000000;
text-decoration: none;
}
a.tex_negro :active {
color: #000000;
text-decoration: none;
}

a.tex_negro :hover {
color: #990000;
text-decoration: none;
}

a.tex_negro :visited {
color: #000000;
text-decoration: none;
}

a.tex_verde {
FONT-SIZE: 8pt; COLOR: #008c7b; LINE-HEIGHT: 8pt; FONT-FAMILY: Verdana, Helvetica; LETTER-SPACING: 0px; TEXT-DECORATION: none

}
a.tex_verde :link {
COLOR: #008c7b;
text-decoration: none;
}
a.tex_verde:active {
COLOR: #008c7b;
text-decoration: none;
}
a.tex_verde :hover {
COLOR: #000000;
text-decoration: none;
}

a.tex_verde:visited {
COLOR: #008c7b;
text-decoration: none;
}