Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/05/2005, 04:01
Avatar de izar
izar
 
Fecha de Ingreso: enero-2004
Mensajes: 519
Antigüedad: 20 años, 2 meses
Puntos: 1
Creo que esto te puede servir como orientacion (aunque hay cosas q no estan bien echas, pero ahorita no tengo tiempo de depurar, hice un Ctrl+c -> Ctrl+v) hay mezclado css y etiquetas html q pueden hacerse por css, pero para el efecto q buscas, está lo importante.

Código:
<STYLE TYPE="text/css">
TABLE {font -size:10 pt;font-weight:normal; color:white;font-family:verdana}
TD{height:7pt}
A:link{color:white;text-decoration:none}
A:visited{color:white;text-decoration:none}
A:hover{color:white;text-decoration:none}
</STYLE>

<TABLE align="left" width="15%" height="138" border= "2" cellspacing="0"  bgcolor="#A28C11" bordercolordark="#A28C11" bordercolorlight="#E6C71A">
        <TR> 
          <TD style="font-size:10pt;font-weight:bold;color:white"  WIDTH="15%" HEIGHT="22"  onmouseover="this.style.backgroundColor='#E6C71A';"this.style.cursor='hand'" onmouseout="this.style.backgroundColor='#A28C11';"this.style.cursor='default'" > 
            <a  href="index2.html">Inicio</a></font></TD>
        </TR>
        <TR> 
         <TD style="font-size:10pt;font-weight:bold;color:white" WIDTH="15%" HEIGHT="22"  bgColor="#E6C71A"           onmouseover="this.style.cursor='hand'" onmouseout="this.style.cursor='default'" >
            <a  href="descargas.html">Descargas</a></font></TD>
        </TR>
        <TR> 
          <TD style="font-size:10pt;font-weight:bold" WIDTH="15%" HEIGHT="22"  onmouseover="this.style.backgroundColor='#E6C71A';"this.style.cursor='hand'" onmouseout="this.style.backgroundColor='#A28C11';"this.style.cursor='default'" >
            <a  href="foro">foro</a></font></TD>
        </TR>
        <TR> 
          <TD style="font-size:10pt;font-weight:bold" WIDTH="15%" HEIGHT="22" onmouseover="this.style.backgroundColor='#E6C71A';"this.style.cursor='hand'" onmouseout="this.style.backgroundColor='#A28C11';"this.style.cursor='default'" > <a href="chat">Chat</a></font></TD>
        </TR>
        <TR> 
        <TD style="font-size:10pt;font-weight:bold" WIDTH="15%" HEIGHT="22" onmouseover="this.style.backgroundColor='#E6C71A';"this.style.cursor='hand'" onmouseout="this.style.backgroundColor='#A28C11';"this.style.cursor='default'" > <a href="acerca.html">Acerca</a></font></TD>
          </a>
        </TR>
      </TABLE>
suerte

Última edición por izar; 24/05/2005 a las 04:16