Ignore:
Timestamp:
Jun 22, 2012, 3:10:24 PM (12 years ago)
Author:
flop25
Message:

tiptip popup displayed only if a title exists
css for menu
dimensions of thumbnails set to !important

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_glass/local_head.tpl

    r12014 r15941  
    106106});
    107107$(function(){
    108     $(".categoryActions A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
    109     $("#home_icon A").tipTip({edgeOffset : 10, fadeIn : 200, fadeOut : 200, defaultPosition : "top" });
    110     $(".randomButtons A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
    111     $(".navButtons A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
    112     $("#mbCategories a").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
     108    $('.categoryActions li a[title]').tipTip({delay : 0, fadeIn : 200, fadeOut : 200, defaultPosition : "top"  });
     109    $("#home_icon A[title]").tipTip({edgeOffset : 10, fadeIn : 200, fadeOut : 200, defaultPosition : "top" });
     110    $(".randomButtons A[title]").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
     111    $(".navButtons A[title]").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
     112    $(".actionButtons a[title]").tipTip({delay : 0, fadeIn : 200, fadeOut : 200, defaultPosition : "top" });
     113    $("#mbCategories a[title]").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
    113114});
    114115  </script>
Note: See TracChangeset for help on using the changeset viewer.