Capture maximize and restore down in javascript resize event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'm developing a web application where I've got a javascript window
resize event handler that resizes specific content on my page based on the
window size. Unfortunately, it seems that in IE6, when I maximize the
browser window, or restore down after maximizing, the javascript resize event
does not get fired.

My questions are:
1) Is this in fact the case, and
2) What can I do about it if so?

Any help would be deeply appreciated.

Thanks,
Richa
 
Back
Top