Sample code to create a slider tip to display slider value on hover:
var slider = new Ext.slider.SingleSlider({
renderTo: document.body,
width: 200,
plugins: new GeoExt.SliderTip()
});
Configuration properties in addition to those listed for Ext.Tip.