Hola Zeromm
mmm pero mira que lo que tengo que repetir por cada Tooltip es:
id="stay-target-1", id="stay-target-2"...etc
Código CSS:
Ver original#stay-content-1 {
width: 450px;
height: auto;
margin: 0 auto 0 auto;
border: none;
}
#stay-content-1 p {
font-family: 'Merriweather', serif;
font-size: 0.7em;
color: #023568;
line-height: 20px;
margin-top: 10px;
text-align: justify;
float: left;
}
#stay-content-1 h5 {
font-family: 'Merriweather', serif;
font-size: 0.8em;
color: #023568;
margin-bottom: 10px;
font-weight: normal;
line-height: 15px;
text-align: left;
}
#stay-content-2 {
width: 450px;
height: auto;
margin: 0 auto 0 auto;
border: none;
}
#stay-content-2 p {
font-family: 'Merriweather', serif;
font-size: 0.7em;
color: #023568;
line-height: 20px;
margin-top: 10px;
text-align: justify;
float: left;
}
#stay-content-2 h5 {
font-family: 'Merriweather', serif;
font-size: 0.8em;
color: #023568;
margin-bottom: 10px;
font-weight: normal;
line-height: 15px;
text-align: left;
}