Resizing Browser Window

Hi,
I'm looking to publish my site and have the browser window
resize (or stay resized at) the document size (1000x674).
I thought i set the proper parameters in DW (i have a SWF
inside of it), but there seems to be extra white space on the right
side of the published document...(this seems to be outside of the
1000x674 default size)
i may be missing a line of code somewhere.
any help would be appreciated...you can see what i mean at
www.tunnel76.com
thank you in advance.
j.

Why not just center the page content? Users tend to get
annoyed when the
browser gets adjusted without their consent.
Dan Mode
->Adobe Community Expert
*Flash Helps*
http://www.smithmediafusion.com/blog/?cat=11
*THE online Radio*
http://www.tornadostream.com
*Must Read*
http://www.smithmediafusion.com/blog
"flashingnotallowed" <[email protected]>
wrote in message
news:eaugas$al3$[email protected]..
> Hi,
>
> I'm looking to publish my site and have the browser
window resize (or stay
> resized at) the document size (1000x674).
> I thought i set the proper parameters in DW (i have a
SWF inside of it),
> but
> there seems to be extra white space on the right side of
the published
> document...(this seems to be outside of the 1000x674
default size)
> i may be missing a line of code somewhere.
> any help would be appreciated...you can see what i mean
at
> www.tunnel76.com
> thank you in advance.
> j.
>

Similar Messages

  • Wrong height on resizing browser window

    making browser window smaller body.offsetHeight is calculated wrong way.. is a 15px difference from window.innerHeight, making window bigger size is ok.
    here is a test page:
    http://zheton.bet.lv/safariBug.html

    Awesome! If you figure out which one caused the problem it would be great if you could post back here and let us know so we can help others with this issue.

  • Captivate running in a resized browser window

    I have created a 800 x 600 captivate project. I will not be able to control the size of screen that customers run this project on so I'd like to take advantage of the internet browsers's zoom feature. Unfortuantey, when I zoom the browser to 75%, it does not scale the project. Instead it lops off 25% of it from the right and bottom edges (see image attached).
    I did some googling and found that there is an easy way to address this in flash ( http://www.actionscript.org/forums/showthread.php3?t=224812 ). How would I apply this solution to my Captivate published files?
    Any assistance would be MOST appreciated!
    Kind Regards,
    Sara

    You can't add that code to a Captivate project since the program doesn't allow for actionscript code to be executed directly from within Captivate.
    However - the default behavior of Captivate is to actually scale as you want it to so there is another reason to why your project doesn't scale.
    My bet is that you have added a widget somewhere in your project and this widget most likely contain the NO_SCALE code to allow the developer to see the Widget Properties panel correctly. All of the stock Adobe widgets in CP5 contains this code and that affects your entire project causing it to not scale as you would like it to. Try and delete all widgets and see if your project scales as it should.
    /Michael
    www.cpguru.com - Adobe Captivate Widgets, Tutorials, Tips & Tricks and much more..

  • How do I easily resize firefox browser window in Vista?

    I need to resize browser window so I can see a part of my desktop.

    Thanks for your ongoing help. (And if this winds up being a duplicate post, my apologies in advance.)
    I typed about:synch-log into the address bar and got an exclamation point inside a triangle next to a boldfaced message that reads "The address isn't valid."
    Below that, in a box:
    The URL is not valid and cannot be loaded
    Then a line then two bullet points
    * Web address are usually written like http://www.example.com
    * Make sure that you're using forward slashes (i.e. /)

  • Easiest way to Center imge in browser window

    I have an almost full page image that I want to remain
    centered right and left when the browser window is resized.
    The BG is black so the black should grow evenly when the
    resized browser window is changed.
    I have tried different alignments but nothing keeps it
    centered when the browser is resized.
    Thanks for the help/

    What is this?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Orr 4" <[email protected]> wrote in message
    news:eh6akf$3p$[email protected]..
    > <link href="../images/form images/untitled.css"
    rel="stylesheet"
    > type="text/css">
    > <style type="text/css">
    > <!--
    > body {
    > background-color: #000000;
    > }
    > -->
    > </style><table width="100%" border="0"
    cellspacing="0" cellpadding="0">
    > <tr>
    > <td> </td>
    > </tr>
    > </table>
    > <div id="wrapper"><img src="../images/form
    images/textpage.jpg"
    > width="825"
    > height="780" /></div>
    >
    >

  • Autosize browser window

    Hello I am looking for a way for a window to size itself to predeterminded dimensions when opened.
    I have seen several examples of having a link that resizes the window it opens but that's not what I need. Only the home page needs to be a certain size, no need to put the open popup on all of the other pages linked to the home page...
    Can this be done with a preload script in the header? I remember that GoLive had a behavior for this but that was long ago. Thanks to anyone that can point me in the right direction. -Derryl

    Unfortunately, it's not just as easy as deviating from "web standards". Modern browsers now disallow such actions and as such you will find any answer to your solution has less than desired results. It is unlikely you will get an answer that will give you consistent results across browsers. You may need to re-think about what you are trying to achieve.
    An example of this:
    <body onLoad="moveTo(0,0); resizeTo(800, 1200)">
    The code above WILL NOT WORK in Chrome, recent versions of FF and IE9 that I have tested. The reason it won't work is due to browsers actively disabling this ability. I only got it to work in IE7.
    If you google "resize browser window onload" you get a bunch of answers/solutions. All more or less telling you the same thing.

  • #1009 on creationComplete when resizing browser during loading modules

    I use Flex 3.5 on Mac with Safari. Same Problem with Firefox.
    When I start my application that loads 8 Modules after login and I resize the browser window I get #1009. My views are in ViewStack that has creationPolicy "auto". Normally first time a view and it's childs get loaded is on the first itemClick in viewstack but if I resize browser window, creationComplete method of all views get called and the childs (like dataGrids or others) are null.
    Why? and what can I do against this behaviour?
    Thanks

    No the Error is thrown in my onCreationComplete event handler when I try to use a DataGrid but it's null.
    this view is in a module
    the modules main view has a viewstack with creationPolicy none
    "pages" that are childs of viewStack get created after an event get fired to a PageFlowManager
    pages are creationPolicy all in general
    this manager calls "pageContainer.createComponentsFromDescriptors(false);" at the beginning
    in main application that calls shell I added months ago this
    private function onApplicationComplete(event:FlexEvent):void {
        stage.addEventListener(Event.RESIZE, onStageResize);
    private function onStageResize(e:Event):void {
        validateNow(); 
    I found this text somewhere:
    The documents are not very clear on this (if not misleading), but what you have to do
    is set creationPolicy to none on the canvas, and leave it off of it's children (default to all).
    Doing so will create all of the children with recurse=true, or just it's immediate
    children with recurse=false. You would have to call the function manually on any children
    with creationPolicy set to none. So we choose false.
    Now I tried to set  "pageContainer.createComponentsFromDescriptors(true);" and somehow the error disappeared. Any ideas if that combination caused the creationComplete event if I resized the window on startup? And if yes why?
    Message was edited by: thanks Flex harUI to give me a post after this long time

  • I cannot move, resize, minimize, or close the browser window despite everything inside the window still working.

    I don't know what details are needed so I'll just rattle off anything that I can think of.
    I am running an Asus laptop with windows 7. I have never had an issue with firefox in the past (beyond the usual freezing and some obvious issues with pop up ads that are par for the course with firefox since adblocker never does what it says.... not really. Lets be honest.) I am using Avast for my virus protection and it is also up to date.
    My issue started about an hour ago when firefox stopped responding. The video I had playing kept going but I could not interact with anything. Assuming the program froze for the billionth time that week I rebooted it. This has always solved freezing issues in the past. Now, however, firefox is doing something new.
    I can access the menus and almost everything on the window itself except for the minimize/maximize/close buttons, I cannot move the window at all, and I cannot manually resize it. I have also noticed that although videos will play, I can only click on their buttons if there is another smaller window overtop of firefox. The video controls will only appear that way and when I click them firefox naturally comes to the front and the video responds with the button I used but the buttons are gone again and I cannot resume playing without the smaller window back in front to make the buttons show again.
    It's as if half of firefox is frozen while the other half is still running somehow.
    I have no themes that could be causing this. Literally none. I only use firefox for the things that can no longer be opened in Opera so I have no need for any theme beyond default. The only addons I installed on purpose were adblockers (lord knows why. they don't DO anything.) though several other random things seem to have been installed over time to aid in one thing or another. Various plugins and players and versions of java, that sort of thing. But I have everything (and i mean EVERYTHING) in the addon menu disabled.
    I have tried booting it up in safe mode (the program, not windows) and the problem is still there except now it won't show the menu bar at all unless I press the alt key first and even then it wont let me actually click on anything in the menu bar. When I try the whole bar vanishes. I had to close firefox with the task manager.
    Rebooting will fix the issue for about 15 seconds before it all comes back.
    Any attempts at updating have failed as it says I am already up to date on everything so I don't know what its issue is.
    It's not an urgent issue right now as most of what i need to do can be done on the half screen window I am using, but some of my sites have buttons that literally vanish in anything but full screen and I imagine that this will be a much greater annoyance within a few days.

    After following all the instructions given, I poked around safe websites as suggested. I am not sure why this step was needed, as websites functioned rather normally before I came here but I did it anyways and found that the websites still work the same as they did. I can still do everything I used to be able to do. I see no change in the function of the websites.
    However, I still cannot resize, close, or move the browser window. I don't know if Netflix is a safe site or not (too many conflicting opinions on that one from the masses) so I don't know if the issue with the vanishing buttons is still there, but all the issues I had with the browser window itself is still there.
    Even in safe mode the browsers three window control buttons on the top right refuse to let me use them and the window itself will refuse to be moved around.

  • Fluxbox browser window resize

    When I go to a site that opens an image in a new window, then resizes that window to fit the image, fluxbox is resizing the window so the title bar is outside of the workspace.  This means I can not close, move, maximize or minimize the window without first holding down the Alt key and dragging it down some.
    Anyone know how to keep Fluxbox from resizing a window outside of the actual workspace?
    If it matters, this behaviour is not happening in Gnome.

    dp wrote:
    this is not a fluxbox problem, but a bad webmaster :-)
    i would suggest you to use a browser that can override javascript from resizing windows larger than the screen (i use konqueror and all new windows open in new tags and are not allowed to resize the master window)
    EDIT: ion does not allow windows to be bigger than the screen
    Well this problem does not happen with Mozilla in either GNOME or KDE, but does happen with Mozilla in Fluxbox.  This would suggest to me that Fluxbox is handling the popup differently than other window managers.
    I looked at the HTML and it seems to me that the webmaster is simply telling the browser to open a new window and passing along a size with no window placement information.  Mozilla is then opening up the window with the titlebar off the screen.  I would say it is Mozilla's problem except Fluxbox is the only window manager I have that is exhibiting the problem.
    Here is an extremely simple page that exhibits this problem:
    http://www.sitepoint.com/examples/jscri … picfit.htm
    The window is first opened correctly in the top left corner.  The the Javascript resizes the window and the titlebar goes off the top.  Again, this does not happen in GNOME or KDE, so my original questions remains.  Is it possible to get Fluxbox to behave like GNOME and KDE and not run a portion of the window off the page?

  • Resizing a browser window

    I have a requirement to be set in the browser(IE).
    When a user resizes a window, it is seen that the layers/positioned elements in the page, loose their position/show up in the wrong place. I want to prevent this. I will be glad if someone has a solution for this.
    For eg in http://www.rediff.com site, when a user tries to reduce the window size, the actual positioning is not lost and the elements in the page do not shrink. I want to implement the same.

    For eg in http://www.rediff.com site, when a user
    tries to reduce the window size, the actual
    positioning is not lost and the elements in the page
    do not shrink. I want to implement the same.Then why not look at their HTML, CSS, Javascript etc to see how they do it?

  • How do I stop text from resizing to the size of the browser window

    Hello there,
    I am using a DW CS3 template that has a sidebar div and a
    main content div - the text in the main content div keeps resizing
    to the size of the browser window - I don't want the text to resize
    if I make the browser window smaller - I want it to remain the
    same. I am trying to float the text right and input a width but
    this is not working for me. What am I doing wrong?
    HELP!
    Many thanks!

    >>What am I doing wrong?
    Not giving us a link to the uploaded page so we can see the
    page, how it
    behaves and the actual code.
    Until we see that you are unlikely to get a definitive
    answer. The problem
    is unlikely as you state it because text itself is never
    dependant on the
    browser viewport size.
    Walt
    "Fun Leprechaun" <[email protected]> wrote
    in message
    news:g9f7rq$ie4$[email protected]..
    > Hello there,
    >
    > I am using a DW CS3 template that has a sidebar div and
    a main content
    > div -
    > the text in the main content div keeps resizing to the
    size of the browser
    > window - I don't want the text to resize if I make the
    browser window
    > smaller -
    > I want it to remain the same. I am trying to float the
    text right and
    > input a
    > width but this is not working for me. What am I doing
    wrong?
    >
    > HELP!
    >
    > Many thanks!
    >

  • Refreshing problem on browser window resizing

    Hi
    I know this problem is quite common and a lot of people tried to solve this. So meybe someone could give me some info how to make an applet to be properly shown after browser resizing? Now it looks awfull, the part with buttons and textfields seems to be repainted correctly but sometimes is covered by Image object that is supposed to be in one place - but seems to travel around the page during resizing and moving browser window from one side of the screen to the another.
    Can anybody help me, please?
    ania

    The way I personally do this is to set the entire page into one large Table, with a width of 100%.
    If you are already using tables within your code, then you need to be sure you don't have any large width= values set.  Also, if your site has fancy graphics, you need to find somewhere on the page to allow some 'stretching' of those graphics.
    Here's a quick example of a page that will automatically adjust based on screen size (remember, just because they are viewing at 1280 x 1024 resolution doesn't automatically mean that their browser is maximized.. it could be reduced/resized on their screen to smaller dimensions - this code will fix that)
    <table border="0" cellspacing="0" cellpadding="4" width="100%">
    <tr><td bgcolor="black"><font color="white"><b>This could be a navigation area<Br>Just putting it here for demonstration</b></font></td>
    <td width="100%" bgcolor="silver"><font color="black"><b>This could be the main area, and since it has a width of 100% it will stretch horizontally based on how much actual screen space is available on the viewers browser window</b></font></td>
    <td align="right"><font color="navy">This is a right column, and since it is set to 'align=right' it will allow the center column to strech back and forth</font></td></tr></table>
    By experimenting with setting the width= attribute on different columns, you can get different results.  Just remember to set the main table width at 100%, and be sure t have at least one TD that has a width of 100% and you should be good to go
    WHeis

  • How can you stop slideshow from resizing the browser window iframe ?

    Does anyone know where the code is that causes the iweb slideshow to resize the browser window when it is opened?
    When it is placed on a page using <iframe src="http://homepage.mac.com/coreydee/slideshow/index.html" width="760" height="580" scrolling="no" style="border:none;" frameborder="0"></iframe> It resizes the browser window when it starts.

    Does anyone know where the code is that causes the
    iweb slideshow to resize the browser window when it
    is opened?
    When it is placed on a page using <iframe
    src="http://homepage.mac.com/coreydee/slideshow/index.
    html" width="760" height="580" scrolling="no"
    style="border:none;" frameborder="0"></iframe> It
    resizes the browser window when it starts.
    The iWeb .Mac slideshow, which you previously tried to add in an iframe, does have a function to resize the window. But it would not cause the whole window to resize, just page within the iframe so you would never know.
    However, the autoviewer one you are using should not do this.

  • Regarding resizing of browser window

    Hi,
      I am working on getting my UI to resize accordingly if the user resizes their browser window on the desktop. I know how it is done using css and using javascript, but what I want to know is if there is any SAPUI5 specific functionality to support this. Specifically I wanted to know if individual UI components could detect size changes so I could implement some different logic in their case. I have so far not been able to find any such functionality. If anyone can share info regarding this it would be great.
    Thanks

    Hi Adarsh,
    you said: Specifically I wanted to know if individual UI components could detect size changes so I could implement some different logic in their case.
    No, that's not possible. The only way to detect and handle the resize of the screen with JavaScript is via window object:
    window.onresize = function(event) {
        // your code
    Regards Michael

  • Itunes browser window won't resize to enable license agreement for ipod

    Hi,
    hope someone can help me I am new to itunes and just purchased an ipod classic.Every thing is fine except I can't resize the itunes browser window to be able to read and accept the license agreement to be able to use my ipod.
    The document seems too large for the browser window.I know there must be an accept button to click on to agree to the terms,but it is not visible.I can read the agreement of terms.But I can only see the cancel and save buttons on left at the bottom of screen.There is no sliding bar to access the right hand side of the page/doc/browser window.
    I've tried looking in preferences,itunes help doc. and stretching the window using the mouse, to no avail.
    Thanks for your time.
    Any help would be appreciated.
    John.

    can't resize the itunes browser window
    Change your screen resolution to at least 1024x768.

Maybe you are looking for

  • Technical Evaluation of bids from SIs for eBIZ proposals.

    I am not sure if this is the right area of the forum for this preliminary question, if not, requesting mods to change the area selection. So, we intend to evaluate a few 'technical' proposals from various System Integrators, for an Oracle EBSuite inc

  • XI monitoring

    Hi Experts, Please describe the Monitoring task that need to be folowed by the Production Support for the following scenarios: FIle to File(FTP) using BPM IDoc to JMS JMS to IDoc File to HTTP For troubleshooting the message in and out of XI. should t

  • Debra's Intro

    If Floyd found this embarrassing then guess how I as a Brit feels! Especially as 2 out of the 3 already know me! I have worked in IT for too long, originally as a programmer (which in itself dates me, they are now developers). My latest employer Fuji

  • Problems with JSF and included subviews

    Hi everybody, I' ve got a problem with JSF and included subviews which makes me going crazy. I've got no clue why my web-pages are represent wrongly. The only tip I've got is that it must be connected with the kind I do include my JSF-pages. When I u

  • Create an infocube from an existing infocube

    Dear friends,                   I have to add two additional fields(characters) to an existing Infocube and also i have to develop a query on the modified infocube.I came to know that first i should COPY the existing infocube  to a new one and then i