Web Analytics Made Easy -
StatCounter AUTO-RESIZE Browser Script? - CodingForum

Announcement

Collapse
No announcement yet.

AUTO-RESIZE Browser Script?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • AUTO-RESIZE Browser Script?

    Hi guys.

    Does anyone know a script that will auto-resize the browser (IE mainly) to a size I specify? That way I can keep the site the size that looks best.

    Cheers...

  • #2
    window.resizeTo(width, height);
    bluemood | devedge | devmo | MS Dev Library | WebMonkey | the Guide

    i am a loser geek, crazy with an evil streak,
    yes i do believe there is a violent thing inside of me.

    Comment


    • #3
      .... just keep in mind that most users find it rather annoying when their browser is being resized or its appearance is being altered in any other way.....
      Good design practice is make your site viewable with any resolution.
      Bookmark the following article: http://www.wdvl.com/Authoring/Design/Basics/
      Vladdy | KL
      "Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"

      Comment


      • #4
        Thanks for the help guys. It's more chopping off the blank width than anything else... I got it pretty much sorted out now

        Comment

        Working...
        X