File "menu.js"

Full path: E:/sites/Single15/tinmung2007/webroot/Cambodia/menu.js
File size: 967 B
MIME-type:
Charset: utf-8

Download   Open   Back

window.addEvent('domready', function() {
    var helpTips = new Tips($$('.helpTips'), {
        fixed:true, // tip must be fixed
        offset: {
        
           x: 0, y: 8
        },
        hideDelay: 2000
    });
    helpTips.removeEvents();
    helpTips.addEvent('show', function(tip){
       
          // realign tips to be bottom justified
          tip.setStyle('top',"");
          tip.setStyle('left',"5px");
          tip.setStyle('bottom',"5px");
       tip.fade('in');
    });
    helpTips.addEvent('show', function(tip){tip.fade('in');});
    helpTips.addEvent('hide', function(tip){tip.fade('out');});
      var wait = setInterval(function(){
          clearInterval(wait);
          document.getElement('.helpTips').fireEvent('mouseleave');
      }, 3000); 
      var wait = setInterval(function(){
          clearInterval(wait);
          document.getElement('.helpTips').fireEvent('mouseenter'); 
      }, 0); 
});

PHP File Manager