Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 16 → Rev 17

/trunk/JavaScripts/imgtooltip.js
4,4 → 4,21
tipClass : 'imgtooltip',
opacity : 0.7
}).dynamic({ bottom: { direction: 'down', bounce: true } });
$('.rssLayout').find('a').removeAttr('title');
$('.rssLayout').find('img').tooltip({
effect: 'fade',
tipClass : 'imgtooltip',
opacity : 0.7,
position : 'top left'
}).dynamic({ bottom: { direction: 'down', bounce: true } });
$('#printing').find('img').tooltip({
effect: 'fade',
tipClass : 'imgtooltip',
opacity : 0.7,
position : 'top left'
}).dynamic({ bottom: { direction: 'down', bounce: true } });
});