jQuery, qTip: tooltips font-size: always the same
        Posted  
        
            by Patrick
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Patrick
        
        
        
        Published on 2010-04-28T12:37:01Z
        Indexed on 
            2010/04/28
            12:43 UTC
        
        
        Read the original article
        Hit count: 335
        
jquery-plugins
|qtip
hi,
I'm using qTip jquery-plugin for my tooltips.
I cannot change the font-size of the tooltips. This is the code.. any number 2..4..8 produces the same results.
$('.option img[title]').qtip({  
    style: { name: 'light', border: {width: 0}, title: { 'font-size': 2 } },        
        position: {
            corner: {
                target: 'topMiddle',
                tooltip: 'bottomMiddle'
                }
        }             
    });
thanks
© Stack Overflow or respective owner