Hi.
I would like to change the name of the tooltip class but am having difficulty using tipClass. It seems very straight forward, but when I try to change the name to tooltip2, I only get the text on hover.
So, using the basic example found here:
http://flowplayer.org/tools/demos/tooltip/index.htm
I simply duplicated .tooltip...
.tooltip2 {
display:none;
background:transparent urlhttp://flowplayer.org/tools/img/tooltip/black_arrow.png);
font-size:12px;
height:70px;
width:160px;
padding:25px;
color:#fff;
}
and called it like so...
<script>
$("#demo img[title]").tooltip({tipClass:'.tooltip2'});
</script>
You can see the test here:
http://www.boounce.com/test.html
Am I missing something?
Thank you.
I would like to change the name of the tooltip class but am having difficulty using tipClass. It seems very straight forward, but when I try to change the name to tooltip2, I only get the text on hover.
So, using the basic example found here:
http://flowplayer.org/tools/demos/tooltip/index.htm
I simply duplicated .tooltip...
.tooltip2 {
display:none;
background:transparent urlhttp://flowplayer.org/tools/img/tooltip/black_arrow.png);
font-size:12px;
height:70px;
width:160px;
padding:25px;
color:#fff;
}
and called it like so...
<script>
$("#demo img[title]").tooltip({tipClass:'.tooltip2'});
</script>
You can see the test here:
http://www.boounce.com/test.html
Am I missing something?
Thank you.
