Screen is blurry when resizing the browser window (IE)

Hello

I encounter this curious problem: the exported content seems hazy when the window of the browser (IE 8) is maximized, but looks thin and crispy when the window is resizesed to a smaller size. I got to the html code. This issue could be related to that described in this post: http://forums.adobe.com/message/3605847#3605847

I use captivate 5. Any suggestion is appreciated.

Best regards

Jan

I don't think there is a bug in Captivate.  I think it's a bug in the navigation software.  He claims ONLY resize this area exposed OUTSIDE of the content, but it is actually change the dimensions of the Captivate movie ever so slightly at the same time.

Try to go in the HTM code published with a text editor and changing the dimensions width and height specified it for the Captivate SWF to play.  Generally, these are attached to exactly the values of right pixels for the height and width of the scene of Captivate.  Modify them by one pixel in each dimension only.  Try going upward a first pixel. Then worms down in size a pixel. Then maybe upwards or downwards to 2 pixels. Every time that you change these settings, save the HTM file and try to run the module in your browser maximized and see if you can find a dimension in which the text is strong.

Tags: Adobe Captivate

Similar Questions

  • Please help: content still is not fixed with background image when I resize the browser window

    I am designing a Web site and want my content appear in the same location relative to the background image, regardless of whether or not the browser window is resized. How can I do this? (the content always moves when I preview the page)

    You can pin the object on the page so that it remains in the same position with any size of the screen.

    Thank you

    Sanjit

  • How do not affect the two horizontal panels when resizing the browser?

    I have two horizontal panels in a canvas. When I resize the browser (IE), PanelB straddles PanelA. How can I prevent this from happening? How can I make the panels resize when the browser is resized?

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:mx mx:Canvas ' http://www.Adobe.com/2006/MXML "
    xmlns:controls = "org. FRB. "ATL.xxxx.UI.Controls.."
    Width = '100% '.
    Height = "100%".
    preinitialize = "PreInit () '"
    creationComplete = "init ()" >

    < mx:constraintColumns >
    < mx:ConstraintColumn id = "col1" width = "30%" / >
    < mx:ConstraintColumn id = "col2" width = "70%" / >
    < / mx:constraintColumns >

    < mx:constraintRows >
    < mx:ConstraintRow id = "row1" height = "25%" / >
    < mx:ConstraintRow id = "row2" height = "100%" / >
    < / mx:constraintRows >

    < mx:Panel id = "PanelA".
    Width = '100% '.
    Height = "100%".
    title = "search".
    left = "col1:0." »
    right = "col1:5."
    Top = "row1:0." »
    bottom = "row2:0." »
    Layout = "vertical" >

    < / mxPanel >

    < mx:Panel id = "PanelB".
    title = "items: {contentFoundCount.text} '"
    Width = '100% '.
    Height = "100%".
    left = "col2:5."
    right = "col2:0." ">


    < / mx:Panel >

    < / mx:Canvas >

    I see not the overlap, even when I resize the browser.

  • Is there a setting to encapsulate the code when resizing the application window?

    I find it very annoying that I have to scroll horizontally to access specific areas of my code. Is there a sort preference that I can put to wrap my code so that it would not extend beyond the visible area of the application window? Thank you.

    Hey grafix85,

    We will have Word wrap in the next version of the Code of edge which is coming in the next few weeks.

    = Ryan

    [email protected]

  • Web pages change position slightly when their height exceeds the browser window.

    Hi, I use Dreamweaver CS5.5 to build a Web site. I'm at halfway through the project, and I discovered an annoying problem with my pages finished, when they are displayed in a browser.

    The thing is that the pages are not all the same height, and if you move from a page which is inside the browser window, to one that does not fit into the window, but extends beyond it, the entire page, background and everything, the movement obviously 20px to the left. And when you return to a page that fits in the window, it moves to the right. When you resize the browser window so that its young, all pages in the same position.

    This happens in all browsers I have try.

    Please is - that someone out there can explain why this is happening, and if there is a cure?

    All pages are centered, with a fixed background, if it helps.

    That sounds as if it was because of the scroll bar.

    When the page is contained in the browser there is no scroll bar and when the page has a greater height the scroll bar appears and the page seems to jump.

    I think that the solution for this is:

    {body

    overflow: scroll;

    }

    Martin

  • Forms hangs before closing the browser window in IE7

    Hello

    When executing our application forms in IE7, it crashes when closing the browser window.
    The same request has no problem when running in IE6.
    Customers have Windows XP. We use the webforms 10.1.2.2 and Jinitiator 1.3.1.28, which is certified against IE7 (see http://www.oracle.com/technology/products/forms/htdocs/10gR2/clientsod_forms10gR2.html).
    If first, we open the java console of jinitiator window, we are able to close the window of the browser without any problem, but this isn't a solution for users.

    Any suggestions to solve this are welcome,
    Kind regards
    Els

    Registry keys have similar permissions to how NTFS permissions behave. The data values do not have permissions. Right click on the name of the key (looks like a folder & is on the left in regedit) & go to permissions. It is very important to do this step for users who have restricted permissions on Vista/XP/Citrix systems. If users have user with power or better, you can skip this step. They will not always plant without this parameter.

  • How to have flex new regulation when the browser window is resized?

    I have a web application that aims to occupy the entire area of a browser window.  It has a minimum usable size of 1024 x 768, but if the browser window is expanded (or click full screen), I would demand to redo the layout.  I used the percentage of investments and the Basic for all layout constraints.  But when I change the size of the outside window, nothing happens!

    Whats a newbie to do?

    Try the parameter width/height=100% and minWidth/minHeight = 1024 x 768

  • Full screen swf don't auto-size until the browser window is resized

    Hi all
    I posted my test here at http://www.urbanlinx.com/Test.swf.
    I have 4 MCs in the film. A header, content box (Center), footer and background image.
    When the browser is set to scale the background will scale proportionally to the widow and maintains its proportions.
    My problem: when the clip is loaded first, the background is not resized until the browser to resize manually by the user.
    Is there a code I can add that will check the size of the window prior to the loading of the movie?

    My code is attached.
    Stop();

    Stage.scaleMode = "noscale";
    Stage.Align = "tl";
    Stage.addListener({onResize:reposition});)


    function reposition() {}
    var header = _root.myHeader_mc;
    var bg = _root.image_mc;
    var content = _root.myContent_mc;
    var _root.myFooter_mc = footer;

    var NPOS;

    NPOS = getNewPosition (header);
    Header._x = nPos.x;
    Header._y = 0;

    NPOS = getNewPosition (content);
    Content._x = nPos.x;
    Content._y = nPos.y;

    NPOS = getNewPosition (bg);
    BG._x = nPos.x;
    BG._y = nPos.y;

    NPOS = getNewPosition (footer);
    footer._x = nPos.x;
    footer._y = Stage.height - footer._height;
    };

    function getNewPosition (mc) {}
    var agree = Math.floor ((Stage.width-mc._width) / 2);
    var = Math.floor ((Stage.height-mc._height) y / 2);
    return to {x: agree, y: Y};
    };

    reposition();

    Stage.scaleMode = "noScale";
    Automatic resizing
    stageListener = new Object();
    stageListener.onResize = function() {}
    backgroundResize (_root.image_mc);
    };
    Stage.addListener (stageListener);
    Background resizing
    function backgroundResize (image) {}
    var imageHeight = 400;
    var imageWidth = 700;
    var wRatio = Stage.width/imageWidth;
    var hRatio = Stage.height/imageHeight;
    Report higher
    If (wRatio > hRatio) {}
    var ratio = wRatio;
    } else {}
    var ratio = hRatio;
    }
    Resize
    If (Stage.width < = imageWidth & & Stage.height < = imageHeight) {}
    image._width = imageWidth;
    image._height = imageHeight;
    } else {}
    image._width = imageWidth * ratio;
    image._height = imageHeight * ratio;
    }
    }
    backgroundResize (_root.image_mc);

    Special thanks in advance.

    PS: If you know a way to do this with a cleaner code, help would be greatly appreciated... If it is already the correct code... Thanks to all the people in the community who taught me :)

    Well right after that a whole bunch of tracks and errors as much as I found the resize code is not like code reposition. Tried another code to reposition and its working great. It is also much smoother during resizing.

    Here is the code I use. Basically the bottom scales proportionally to the browser window, keeps its ratio and scales of the Center. If anyone has any advice on how to do it more easily if you please drop me a line.

  • Is there a possible solution to this age-old problem which graphics disappear when the browser window is resized?

    example: www.satlinker.de
    If the browser window is smaller than the content, the header image seems well.
    My css stylesheet looks like this:

    #banner {
     padding-left:10px;
     text-align: left;
     font-weight: bold;
     border: 1px solid #000;
     background: transparent url(/media/header.svg) top left no-repeat;
     height: 70px; /*workaround to adjust width*/
     -webkit-background-size:100% 100%;
     -moz-background-size:100% 100%;
     -o-background-size:100% 100%;
     background-size:100% 100%;
    }

    It has nothing to do with svg, similar problems with png images.
    In earlier versions, height adjustment worked as a workaround, but no more in vesion 17.
    There are various problems like the one described in the net:
    for example Bug 282558 - sized image vanishes on browser resize.
    But I can't find any solution - and this bug is described in 2005!

    I was wrong, it was a problem with the svg format. I tried several other formats, each doing its own problems. I tried cleaning the svg with conversion tools code and finally manually with a Publisher - nothing works. GIF and jpg of other problems, so finally I have found a converter of images to http://www.files-conversion.com/, which produces an acceptable png format.

    I think that the rendering of images needs to be improved.

  • Resizing of the buttons on the toolbar disappear after the browser window

    When I run my browser all the buttons on the toolbar are in place.

    http://C2N.me/3cwiz9M.jpg

    When I resize my browser window to make it smaller, these buttons to collapse to a "arrow":

    http://C2N.me/3cwiLnZ.jpg

    But when I resize my browser window to make it larger or maximize the browser window, these buttons won't reappear soon whatever I do next.

    http://C2N.me/3cwiWnn.jpg

    The only thing that helps is to close the browser and run it again.

    Possible causes are extensions that required, information or other content of text in the Navigation toolbar.
    You can try to move some of the buttons that are provided by an extension temporarily to a different toolbar to test this.

  • The browser window shrinks when connected to the TV c720

    Hi, hoping someone can help.

    When I connect my chromebook to my TV with a cable HDMI the window of the browser is reduced in size (on the chromebook and on TV) and I can not, then expand it. Display options (when I click the icon appearing at the bottom right) are grayed out.

    I want just the browser window as full-screen, but I can't

    So I wonder - why connect to the TV causes the window to shrink, and can I recover to full size?

    Thank you!

    Cory, you're - correction of a whole, made the last of your options with the main TV, at first it still didn't look right, then I noticed that the resolution had reset to a low, when results changed to high res, bingo, it looked like your last example and is just what I tried to achieve.

    you are a star - problem solved!

  • Resize the application window to customize the function of the screen - problem?

    I know this may seem a little geek,

    but I wanted to know why the function of the shortcut is irregular:

    Resize the application window or floating window to fit screen. (Press again to resize the window so that the contents of the screen.)

    CTRL +-(backslash)

    Command +-(backslash)

    1 window Resized to fit screen - activated via the shortcut Ctrl +-

    Screenshot (1).png

    2. the window is not Resized fit screen - function is disabled have it minimized the window

    (The title bar is hidden,

    but the right is a vertical space,

    where the software does not match the screen completely.)

    Screenshot (2).png

    I want to know why this happens,

    at least on Windows is... (Yes, I use Windows 10)

    It would be on purpose?

    Some features to help with something,

    When the user returns to minimize the window?

    I wanted to keep window screen will perfectly still.

    even when minimized and return to the software;

    I need more space on the screen,

    in the vertical direction especially (because I have a screen ultra widescreen 2560 x 1080).

    To see a preview of the video is better,

    because 50 percent of the preview screen,

    However, if the proposed title bar (i.e. without use shortened).

    lose a small percentage.

    I want the amount of space as possible.

    I'm tired of getting retracing the shortcut each time I pass a task.

    Submit a bug report and use the version of application window for now. Maybe someone here could offer a workaround solution, but I think we have said pretty much everything what it means

  • Get div to auto may not resize with the browser window

    I'm trying to get a div with a paragraph of text will resize automatically when the browser window is resized.

    I've seen what happens automatically, when I had no style applied to the < div > tag, but because I have my content centered using a < div > Interior inside a container fixed-width < div >, the inner div is now fixed so despite not having a fixed width.

    Here is the page I'm trying to settle (the box with the text is the < div > inner circle in question):

    http://beta.deltsig.com/about.html

    Here's a test page showing what I want the text to do when the window is resized:

    http://beta.deltsig.com/test.html

    And here's the CSS of the inner divs and container:

    {#div-container}

    Width: 768px;

    text-align: center;

    left margin: auto;

    margin-right: auto;

    }

    .div-redtint-flexsize {}

    padding: 1px 20px 20px 20px;

    text-align: left;

    background-color: #f3e4e4;

    -moz-box-shadow: 0 0 7px rgba (0, 0, 0,. 7);

    -webkit-box-shadow: 0 0 7px rgba (0, 0, 0,. 7);

    box-shadow: 0 0 7px rgba (0, 0, 0,. 7);

    }

    I tried to add different styles of width to the CSS, but nothing had no effect.

    It's a style that I have to change in the container div?

    You cannot have two meanings.  Your page is fixed (px or em based) or liquid (% based).

    A container fixed width parent does everything inside it fixed.

    If you want to try to work with liquid layouts, go to file > New > blank page > HTML > layouts and select one of the liquid patterns from the 3rd Panel.  Creating success.

    Nancy O.

  • Why the browser window changes color when I bookmark on a page, or click on the download button?

    Using Firefox 20 on MacOS - when I click the button downloads or Cmd + D to bookmark a page, the browser window changes which looks like this:
    https://DL.dropboxusercontent.com/u/35912963/01-Firefox-before.PNG
    who looks like this:
    https://DL.dropboxusercontent.com/u/35912963/02-Firefox-after.PNG
    Any thoughts would be welcome.

    Dan

    Hello

    Wow, that seems strange. I have no idea why this would happen, but I wonder if it is related to one of the Add-ons you have installed? I see a red icon in the status bar that I'm not familiar with, which leads me to believe that you might have other add-ons installed. One thing to try is to start Firefox Firefox with disabled modules (you can do this in the Help menu). If you do not see this problem in this mode, the problem is caused by one of the Add-ons. On the Tools menu, you can access the Add-ons and disable one by one. Remember to restart each time, and then test.

    If none of this takes care of this, my other suggestion would be Reset Firefox: Firefox Refresh - reset the parameters and modules

    Hope all this helps.

    See you soon,.
    David

  • The browser window does not whole screen, despite the actual program in doing so.

    At one point, I opened FF and the browser window has stopped picking up full-screen. The program actually fills the screen, but the current browser window has some sort of right margin. Do a right click in the right margin produced no popup menu. Browser currently looking like such http://i.imgur.com/8pgtE.jpg. I tried closing, closing force and the PC restarts and does not return to normal. No plug in installed, however cannot be certain it did not update, although in my view, that none has.

    Found my culprit. Whitespace Remover for plugin Google more recently updated course. I disabled v1.28 and everything went back to normal

Maybe you are looking for

  • Migration of all files to new Mac

    I will receive a 2015 iMac refurb. My current computer is a Mac Pro 2009. Two Macs will have installed El Capitan. I have a Time Machine backup and a Superduper clone available on external drives. When I launch the new iMac, I'll copy all the files t

  • Occasionally Safari for Mac does not load web pages; Firefox is loading of web pages. The possible reasons?

    I started having this problem around mid-2016. In short, if I use Safari to surf the internet, after about 5-10 minutes, Safari would not completely load the page not load completely. If I turn off my wifi then return (on the macbook), the page will

  • Several cases of event refer to the same graphic image

      I try to use different events like button clicks to trigger a different events that all will always use the same graph (an image from a camera). Is there a simple way to do this? I work through the training videos, but it doesn't seem to appear.  

  • Important issues WRT310N

    I recently bought a WRT310N router on my PS3 says that the Nat Type is Type 3. I need to change that to Type 2. In addition, how to enable UPNP on the router? Any help will be appreciated, because I'm stumped at the moment...

  • Cannot connect to the Server Windows 7

    I have a new Dell laptop with windows 7. I'm going to a community college where free wireless accounts are available. Between classes, I'd like to get online and play games, etc. A particular site I visit is Hobowars.com. I can log into my account an