Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/03/2009, 21:37
Avatar de trasgukabi
trasgukabi
 
Fecha de Ingreso: septiembre-2004
Mensajes: 2.749
Antigüedad: 19 años, 6 meses
Puntos: 18
Respuesta: modificar tooltip

debes modificar las clases CSS
Código:
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.pretty {
    border: none;
    width: 210px;
    padding:20px;
    height: 135px;
    opacity: 0.8;
    background: url('shadow.png');
}
Si no sabes hacerlo, lee algún tutorial básico de CSS
http://www.google.es/search?q=tutori...ient=firefox-a

(Podrías haber seguido en el post que has abierto antes...)