Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 17 → Rev 24

/trunk/JavaScripts/imgtooltip.js
21,4 → 21,11
position : 'top left'
}).dynamic({ bottom: { direction: 'down', bounce: true } });
$('img.linux_logo').tooltip({
effect: 'fade',
tipClass : 'imgtooltip',
opacity : 0.7,
position : 'top right'
}).dynamic({ bottom: { direction: 'down', bounce: true } });
});