Results 1 to 3 of 3

Thread: window resize issue in ie 7

  1. #1
    Join Date
    Oct 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default window resize issue in ie 7

    Hello, I have a page that, when opened, resizes and centres using window.resize method.

    It resizes fine on ff, safari, ie 5.5/6.
    In ie 7 it works in a fresh window but not when I try it from a new tab in an existing window- it will not resize.

    Trying it from a tab in ff is ok, so I was wondering if anyone could please confirm that this is a browser issue? Is there a work around?

    Cheers, ilnux

  2. #2
    Join Date
    Apr 2007
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi ilnux,
    Can we see your code?

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I'm not familiar with the window.resize method. I don't think it exists. There is a window.resizeTo(x, y) method, but that (and any other javascript that manipulates the window (as opposed to the content) is often blocked by any given browser, not just IE 7. It depends upon the browser's settings.

    It's best to stick to manipulating content, not windows.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •