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

#98413
pattie13
Member

Thanks again, Mottie! I literally made the switch in the source code and the bug was fixed…but I lost all my styling. What should I call my css styles to work with this? Right now for jatt they are:

.tooltip { cursor: pointer; }
#tooltip {
min-width: 100px;
color: #dddddd;
background: #444;
border: 1px solid #777;
padding: 8px;
display: none;
opacity: 0.9;
filter: alpha(opacity=90);
text-align: center;
border-radius: .5em;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
z-index: 1000;
}
#tooltip .body {
display: block;
text-align: center;
}

What should I rename them for tipsy? Sorry if this is a dumb question- that sometimes happens when you mix designers with code :)