Home
last modified time | relevance | path

Searched refs:isie (Results 1 – 1 of 1) sorted by relevance

/template/amanuensis/inc/
H A Dindex.js38 …this.isie = typeof document.all != 'undefined' && typeof window.opera == 'undefined' && !this.iskd…
57 this.init(this.items[i], this.isie, this.isoldsaf, this.iskde, navid, orient);
65 simpleMenu.prototype.init = function(trigger, isie, isoldsaf, iskde, navid, ishoriz) argument
86 this.openers = { 'm' : 'onmouseover', 'k' : (isie ? 'onactivate' : 'onfocus') };
111 …if(trigger.ishoriz) { trigger.menu.style.left = (isie || isoldsaf) ? trigger.offsetLeft + 'px' : '…
116 …r.ishoriz && trigger.issub) ? (isie || (trigger.ishoriz && isoldsaf)) ? trigger.link.offsetHeight …
124 this.closers = { 'm' : 'onmouseout', 'k' : (isie ? 'ondeactivate' : 'onblur') };
156 if(!isie)