Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Tooltips on Anything Slider- Firefox bug Re: Tooltips on Anything Slider- Firefox bug

#98416
Mottie
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).