HTML - AYUDA URGENTE PA CORREGIR ESTO ,,,GRACIASSS

 
Vista:

AYUDA URGENTE PA CORREGIR ESTO ,,,GRACIASSS

Publicado por sammantha (1 intervención) el 31/08/2015 22:58:02
alguie me ayuda a corregir esto, lo copie de un blog mas o menos, algunas cosas modifique,
pero no consigo hacer enlaze del icono de correo hasta mi correo,,,,alguien me entiende ¿ gracias por ayudarme
aqui os dejo el codigo

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<style>
/* Botones de Redes Sociales - Ciudad Blogger */
.social_bookmarks_container {
width:100%;
height:57px;
padding:0;
position:center;
}
.social_bookmarks {
position:center;
float:right;
margin:0;
padding:0;
}
.social_bookmarks li {
border-radius:77px;
margin:0 0 1px 1px;
height:57px;
width:57px;
list-style:none;
float:left;
padding:0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.social_bookmarks li a {
float:right;
width57px;
line-height:24px;
display: block;
text-indent: -99999px;
margin:0px;
outline: none;
padding:0;
min-height:55px;
height:100%;
text-decoration:none;
}
.social_bookmarks .iconrssmail{background: #BDBDBD url(//lh5.googleusercontent.com/-H4iUybdCAyU/U4vC1yQWu1I/AAAAAAAALLE/fTpR7eN4cIw/s114/icon-rssmail.png) top left no-repeat;}
.social_bookmarks .icontwitter{background: #D8D8D8 url(//lh6.googleusercontent.com/-4TshwJW7hIE/U4vC2JM25AI/AAAAAAAALLI/tcIkpheXrYU/s114/icon-twitter.png) top left no-repeat;}
.social_bookmarks .iconfacebook{background: #E6E6E6 url(//lh5.googleusercontent.com/-nt-UdZG1ns0/U4vC1v57lwI/AAAAAAAALLQ/pAOWjEBSnSg/s114/icon-facebook.png) top left no-repeat;}
.social_bookmarks .icongplus{background: #F1F1F1 url(//lh6.googleusercontent.com/-brT53y4GgMs/U4vC1UPpmFI/AAAAAAAALK8/vRxosS7GGKs/s114/icon-gplus.png) top left no-repeat;}
 
.social_bookmarks .iconfacebook:hover{background-position:center -57px; background-color: #37589b;}
.social_bookmarks .icontwitter:hover {background-position:center -57px; background-color: #46d4fe;}
.social_bookmarks .icongplus:hover {background-position:center -57px; background-color: #de5a49;}
 
.social_bookmarks .iconrssmail:hover{background-position:center -57px; background-color: #FFDE00;}
.social_bookmarks li:hover a{background: transparent url(//lh4.googleusercontent.com/-XNviZ_JqvyU/U4vDMDFAX8I/AAAAAAAALLk/E4VIJr1onlo/s57/icon-social-reflect.png) no-repeat;
}
</style>
<div class='social_bookmarks_container'>
<ul class='social_bookmarks'>
 
<li class='iconrssmail'>
 
<a href="mailto:fjmsaria@hotmail.com"target="_blank" > Email Me </a>
 
</li>
<li class='icontwitter'>
<a href='http://twitter.com/fjmsaria'target="_blank" >
Twitter
</a>
</li>
 
<li class='iconfacebook'>
<a href='https://www.facebook.com/fjavi35'target="_blank" >
Facebook
</a>
</li>
 
<li class='icongplus'>
<a href='http://plus.google.com/b/115096835999599869376/115096835999599869376/posts'target="_blank" >
 
Google Plus
</a>
</li>
</ul>
</div>
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
Imágen de perfil de xve
Val: 1.144
Oro
Ha mantenido su posición en HTML (en relación al último mes)
Gráfica de HTML

AYUDA URGENTE PA CORREGIR ESTO ,,,GRACIASSS

Publicado por xve (1543 intervenciones) el 01/09/2015 08:12:43
Hola Sammante, el enlace al correo parece correcto... que te hace cuando le das? que te abre?
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar