So the solution is to make sure you leave some time between doing anything that modifies the page / window size and checking the page / window size (i.e. use a setTimeout).
I also found that IE would make a
<object>
element non-interactive if you move it in the DOM. (at least where the <object>
is being used as an iframe containing a google maps page.And the other browsers all return the
<object>
to it's default state when you move it in the DOM or set its display
to none
.
No comments:
Post a Comment