Lines Matching refs:style
313 g_oCurrentTooltip.oElm.style.display = 'none';
410 g_oCurrentTooltip.oElm.style.top = yPos + 'px';
411 g_oCurrentTooltip.oElm.style.left = xPos + 'px';
444 oTooltip.oElm.style.display = 'block';
445 oTooltip.oElm.style.position = 'absolute';
448 oTooltip.oElm.style.left = oRect.right + 'px';
449 oTooltip.oElm.style.top = oRect.bottom + 'px';
520 oSubElement.style.overflowX = 'hidden';
524 oSubElement.style.overflowX = 'scroll';
533 g_oCurrentTooltip.oElm.style.top = g_oCurrentTooltip.yPos + 'px';
542 oSubElement.style.overflowY = 'hidden';
546 oSubElement.style.overflowY = 'scroll';
621 oTooltip.oElm.style.position = 'absolute';
622 oTooltip.oElm.style.zIndex = 6001;
633 oSubElement.setAttribute('style', 'position: relative;"');