Double buttons display problem

liunx

Guest
When Netscape Browser (4.76) is dragged at the corner of the window to resize all the form buttons are displayed twice and leading to malfunction of some of the buttons. When I reload the frame it's fine. The buttons are in the main content frame. <br />
I don't see this problem in IE (5.0 & 5.5).<br />
Any body has encountered a similar problem<br />
and any clues for this problem fix.<!--content-->hmmm...interesting problem. I have not seen that specific problem before. <br />
<br />
Is there a URL to this page?<br />
<br />
Regards,<br />
kevin<!--content-->habanero,<br />
<br />
add this code inside your header. It will force netscape to reload the page, when it is resized.<br />
<br />
<script language="JavaScript"><br />
<!--<br />
function MM_reloadPage(init) { //reloads the window if Nav4 resized<br />
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {<br />
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}<br />
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();<br />
}<br />
MM_reloadPage(true);<br />
// --><br />
</script><!--content-->Thanks Dr.Web<br />
It worked!!<!--content-->sure thing! Its a funny little quirk that netscape has.<!--content-->
 
Back
Top