05/08/2008, 15:04
|
| | | Fecha de Ingreso: julio-2008 Ubicación: localhost/colombia/sevillaValle.php
Mensajes: 1.123
Antigüedad: 16 años, 6 meses Puntos: 32 | |
Respuesta: Mm enlaces... ole que raro no me sirve sera que tengo algun error?
ESTOS SON LOS PRIMEROS ENLACES
a:link,a:visited
{
letter-spacing:2px; /*CONTRLA EL ESPACIO ENTRE CADA LETRA*/
color:#fff; font-family:"Lucida Sans Unicode"; font-size:20px; text-align:center;
text-transform:capitalize;text-decoration:none;
margin:6px auto;
width:100px;
height:30px;
padding:2px 6px 10px 2px;
}
a:hover{
background:url(desbanecido.jpg) no-repeat;
padding:2px 6px 10px 2px;
color:#304550; font-family:"Lucida Sans Unicode"; font-size:20px; text-align:center; letter-spacing:2px;
font-weight:100;
text-transform:capitalize;text-decoration:none;
display:inline;
width:100px;
height:60px;
}
ASI LOS LLAMO LO NORMALITO
<div id="contenenlaces"><a href="#">inicio</a><a href="#"> Ayuda? </a><a href="#">servicios</a><a href="#"> foros</a><a href="#">Contactenos</a> <a href="#">web admins</a></div>
PERO BIENE LOS OTROS
a.clase:link,visited {
color:#778899; font-family:"Lucida Sans Unicode"; font-size:15px; text-align:center;
text-transform:capitalize; letter-spacing:0px;
}
a.clase:hover
{
color:#778899; font-family:"Lucida Sans Unicode"; font-size:15px; text-align:center;
text-transform:capitalize; letter-spacing:0px; text-decoration:underline;
}
Y ASI LOS LLAMO PERO NO ME SIRVE Y ME TOMA EL DE LOS PRIMEROS HELP!!
<a href="#" class="clase">¿còmo empezar?</a>
QUIEN ME AYUDA?? |