View Single Post
Old 06-02-2015, 06:55 AM   #8
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
and the CSS

Code:
.tooltip {
    background: rgb(242, 242, 242);
    border: 2px solid #a1a1a1;
    border-radius: 25px;
    display: block;
    z-index: 9999;
    position: relative;
    padding: 0 10px 0 10px;
    display:none;
  }
Attached Thumbnails
Click image for larger version

Name:	click.png
Views:	312
Size:	50.1 KB
ID:	138929  

Last edited by roger64; 06-02-2015 at 06:57 AM.
roger64 is offline   Reply With Quote