Hi there everyone,

I'm using the following:

        DynAPI.onResize=function(){
                window.history.go(0);
        }

To do a "soft" reload of the window everytime
the user changes the browser window size so my layers
can reposition themselves.

It works ok in IE, but in Netscape, though it doesn't give
any errors, it kinda reloads the page twice, first with the
layer in the old position (and all other content resized) and
then finally reloading with the correct pos. for the layer...

As you can imagine, the blink goes to extremes when you're resizing
the window manually, and I wondered if there's any workaround for this?

best,

NunoF

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to