Ver Mensaje Individual
  #8 (permalink)  
Antiguo 27/02/2015, 11:31
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Respuesta: Un solo estilo para varios Tootip

Hola Zeromm
Pero se vuelve muy extenso ya que son más de 100 id="stay-target-1", id="stay-target-2"...etc

Sería como hacerlo así:

Código HTML:
Ver original
  1. <div class="marco_revista_1">
  2. <div class="stay-tooltip-target tooltip-target" id="stay-target-1">
  3. <img src="images/boton_1.jpg"></div>
  4. </div>
  5.  
  6. <div class="marco_revista_1">
  7. <div class="stay-tooltip-target tooltip-target" id="stay-target-1">
  8. <img src="images/boton_2.jpg"></div>
  9. </div>

Código CSS:
Ver original
  1. #stay-content-1 {
  2.     width: 450px;
  3.     height: auto;
  4.     margin: 0 auto 0 auto;
  5.     border: none;
  6.     }
  7.    
  8. #stay-content-1 p {
  9.     font-family: 'Merriweather', serif;
  10.     font-size: 0.7em;
  11.     color: #023568;
  12.     line-height: 20px;
  13.     margin-top: 10px;
  14.     text-align: justify;
  15.     float: left;
  16.     }
  17.    
  18. #stay-content-1 h5 {
  19.     font-family: 'Merriweather', serif;
  20.     font-size: 0.8em;
  21.     color: #023568;
  22.     margin-bottom: 10px;
  23.     font-weight: normal;
  24.     line-height: 15px;
  25.     text-align: left;
  26.     }

A eso quiero llegar.

Gracias por tu ayuda
__________________
Diseñador Gráfico publicitario