/* * jQuery Einstellungen */ /* cluetip */ $(document).ready(function(){ /* $('ol.rounded a:eq(1)').cluetip({ */ /* $('a.tabTip').cluetip({ */ $('a.tabTip').cluetip({ width: 85, showTitle: false, local: true, hideLocal: true, positionBy: 'fixed', topOffset:-20, leftOffset:-30, arrows: false, dropShadow: false, hoverIntent: false, /* cluetipClass: 'rounded', */ /* height:50, */ sticky: false }); });