Thanks to this forum I found and have implemented the divhider.js to help with my menus not appearing over the top of my java applets. It is a little ugly with the flashing of the screen when it hides/unhides and so I would like to not hide when I don't have to.
I use IE 6 and it works fine even without the divhider, however, another machine still has IE5.50.4030.2400. The menus do not show over the top of the applet in this IE55 version without divhider. The divhider.js file contains the line:
Code: Select all
if(op7||ie55||ns6||ns7)return
If I understand this line, it is saying that if the user is using any of the listed browsers, don't bother hiding the div, because it should work. However, it is not working in my instance of IE55. If I take IE55 out of the line above then it will correctly hide the div, but it does it in both IE55 and IE6. I don't want to cause flashing in IE6 by hiding when it is not necessary.
Does anyone else have the problem with IE 5.5 not displaying menus over the top of applets? Is there some local browser setting that will make it work?
Is there a variable (or some other way) divhider.js can distinguish between IE5.5 and IE6?
Thanks in advance,
Mark