Subversion Repositories My Stuff

Rev

Rev 17 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 24
Line 17... Line 17...
17
        $('#printing').find('img').tooltip({
17
        $('#printing').find('img').tooltip({
18
                effect: 'fade',
18
                effect: 'fade',
19
                tipClass : 'imgtooltip',
19
                tipClass : 'imgtooltip',
20
                opacity : 0.7,
20
                opacity : 0.7,
21
                position : 'top left'
21
                position : 'top left'
-
 
22
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
-
 
23
       
-
 
24
        $('img.linux_logo').tooltip({
-
 
25
                effect: 'fade',
-
 
26
                tipClass : 'imgtooltip',
-
 
27
                opacity : 0.7,
-
 
28
                position : 'top right'
22
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
29
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
23
       
30
       
24
});
31
});