Ver Mensaje Individual
  #3  
Antiguo 14-06-2006
Avatar de CARLOS E
CARLOS E CARLOS E is offline
Miembro
 
Registrado: may 2006
Posts: 11
Reputación: 0
CARLOS E Va por buen camino
Muchas gracias. He diseñado este ejemplo, aunque me ha funcionado a medias debido a que aun me aparecen los enlaces subrayados y solo en el color que tengo a:hover, que en la clase .pre es "#aaaaaa" y en la .ver "#ff9933"

¿que hago mal?


Código:
<style type="text/css"> 
 
.pre{A:link text-decoration:none; color:#AAAAAA  A:visited text-decoration:none; color:#AAAAAA  A:active text-decoration: none;   A:Hover text-decoration:none;  color: #AAAAAA}
 
.ver{A:link text-decoration:none; color:#FFFFFF  A:visited text-decoration:none; color:#FFFFFF  A:active text-decoration: none;   A:Hover text-decoration:none;  color: #FF9933}
</style>
 
<BODY bgcolor=black>
       <A HREF="index.php" CLASS="PRE">&nbsp; &nbsp;Inicio  &nbsp; &nbsp; &nbsp;</a>|
       <A HREF="crea_anuncio.php" CLASS="PRE"> enlace x del grupo 1 </a><br>
       <A HREF="preguntas.php" CLASS="PRE">    enlace y del grupo 1 </a><br>  
    <A HREF="recomienda.php" CLASS="PRE">   enlace z del grupo 1 </a><br> 
 
 
    <A HREF="pag1.php" CLASS="VER">&nbsp; &nbsp;Inicio  &nbsp; &nbsp; &nbsp;</a>|
       <A HREF="pag2.php" CLASS="VER"> enlace a del grupo 2 </a><br>
       <A HREF="pag3.php" CLASS="VER"> enlace b del grupo 2 </a><br>  
    <A HREF="pag4.php" CLASS="VER"> enlace c del grupo 2 </a><br> 
</BODY>
__________________
RobiNX
Responder Con Cita