.tool-tip {
color: #fff;
width: 139px;
z-index: 13000;
}
.tool-title {
font-weight: bold;
font-size: 11px;
margin: 0;
color: #9FD4FF;
padding: 8px 8px 4px;
background: url("{T_THEME_PATH}/images/bubble.png") top left;
}
.tool-text {
font-size: 11px;
padding: 4px 8px 8px;
background: url("{T_THEME_PATH}/images/bubble.png") bottom right;
}
var Tips2 = new Tips($$('.Tips2'), {
initialize:function(){
this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 500, wait: false}).set(0);
},
onShow: function(toolTip) {
this.fx.start(1);
},
onHide: function(toolTip) {
this.fx.start(0);
}
});
});
<img src="{T_THEME_PATH}/images/slides/your_button_here.png" alt="Your Button Here" class="Tips2" title="Slider Ads :: Display your button here!" />
Time to create page: 0.064 seconds