Home › Forums › JavaScript › Tooltips on Anything Slider- Firefox bug › Re: Tooltips on Anything Slider- Firefox bug
March 7, 2012 at 5:57 pm
#98416
Member
Well, try this:
.tipsy {
font-size: 10px;
position: absolute;
padding: 5px;
opacity: 0.9;
filter: alpha(opacity=90);
z-index: 100000;
}
.tipsy-inner {
background-color: #444;
color: #ddd;
min-width: 100px;
padding: 5px 8px 4px 8px;
text-align: center;
border-radius: .5em;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
}
If you want the include the full stylesheet, you can find it here (click on “Raw” to get the plain stylesheet for copying and pasting).