Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/07/2014, 07:36
macaluan
 
Fecha de Ingreso: junio-2014
Mensajes: 70
Antigüedad: 10 años, 5 meses
Puntos: 0
Respuesta: Problemas con el tooltip

Código CSS:
Ver original
  1. #iPicture{
  2.   font-family: 'Lucida Sans Unicode','Lucida Grande',Tahoma,Arial,san-serif;
  3.     font-size: 62.5%;
  4.     color: #000000;
  5. }
  6. .more32 {
  7.     height: 55px;
  8.     overflow: hidden;
  9.     padding: 0;
  10.     position: absolute;
  11.     text-align: left;
  12.     width: 225px;
  13. }
  14.  
  15. .more32 span {
  16.     font-family: "Century Gothic", Arial;
  17.     font-size: 12px;
  18.     text-align:center;
  19.     padding: 13px 0 0 0;
  20.     position: absolute;
  21.     width: 250px;
  22. }
  23.  
  24. .ltr-slide {
  25.     width:55px;
  26.     padding: 0;
  27. }
  28. .bgblack{
  29.    background: url("../images/bg.png") repeat scroll 0 0 transparent;
  30.    border-radius: 30px 30px 30px 30px;
  31.   -moz-border-radius: 30px 30px 30px 30px;
  32.   -webkit-border-radius: 30px 30px 30px 30px;
  33. }
  34.  
  35. .bgblack span{
  36.   color: #FFFFFF;
  37.   text-shadow: 1px 1px 0 #000000;
  38. }
  39.  
  40. .imgButton{
  41.     margin: 5px 0 0 5px;
  42.   width: 45px;
  43.   height: 45px;
  44.   overflow: hidden;
  45.   float: left !important;
  46.   background: url(../../../../Dropbox/Public/Web%20Fotografia/Iconos%20Redes%20Sociales/Icono%20Email%20desmarcado.png) left top no-repeat;
  47. }
  48.  
  49. .imgButton:hover {
  50.     background-position: left bottom;
  51. }
  52.  
  53. .imgButtonDrag{
  54.   cursor: move;
  55.   width: 45px;
  56.   height: 45px;
  57.   float: left!important;
  58. }
  59.  
  60. .noborder{
  61.   border: 0;
  62.   border-radius: 0;
  63. }
  64. .inputDiv{
  65.   width:80%
  66. }