X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Foverlibmws_iframe.js;h=a06bdc515a35f9a29b7c2ee2c327daaa7b4d87fa;hp=e3032f2ee10112eda855c441fd805b0648294dab;hb=37e92c220a54636ebc7900cd59ec6ce56790ede8;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1 diff --git a/httemplate/elements/overlibmws_iframe.js b/httemplate/elements/overlibmws_iframe.js index e3032f2ee..a06bdc515 100644 --- a/httemplate/elements/overlibmws_iframe.js +++ b/httemplate/elements/overlibmws_iframe.js @@ -1,7 +1,7 @@ /* - overlibmws_iframe.js plug-in module - Copyright Foteos Macrides 2003-2005 + overlibmws_iframe.js plug-in module - Copyright Foteos Macrides 2003-2010. All rights reserved. Masks system controls to prevent obscuring of popops for IE v5.5 or higher. - Initial: October 19, 2003 - Last Revised: May 15, 2005 + Initial: October 19, 2003 - Last Revised: January 26, 2008 See the Change History and Command Reference for overlibmws via: http://www.macridesweb.com/oltest/ @@ -26,8 +26,8 @@ if(!o||OLifsSh!=o){OLifsSh=null;OLgetIfsShRef();}} } function OLsetIfsRef(o,i,z){ -o.id=i;o.src='javascript:false;';o.scrolling='no';var os=o.style; -os.position='absolute';os.top=0;os.left=0;os.width=1;os.height=1;os.visibility='hidden'; +o.id=i;o.src='javascript:false;';o.scrolling='no';var os=o.style;os.position='absolute'; +os.top='0px';os.left='0px';os.width='1px';os.height='1px';os.visibility='hidden'; os.zIndex=over.style.zIndex-z;os.filter='Alpha(style=0,opacity=0)'; }