How to the center stage of the width to 100% in a browser?

I created a web page edge that I intend to concentrate in the web browser. If I keep the scene fixed-width (960 px) so I can center it in the browser with the following in the compositionReady of the stage event:

$("#Stage").css ("margin", "auto");

However, I would like to create a tiled background, for which I use the following in the compositionReady of the stage event:

$("#Stage").css ('background-image', 'url (images/[email protected])', 'background-repeat', "re peat");

If I keep the scene to width fixed so I don't see the tiled background because the scene is full of objects and of the tiled background does not extend beyond 0 and 960px. If I do the step width 100% then everything becomes left-aligned, but I do not see the tiled background (to the right objects in the scene).

I tried to think intelligently to position everything compared to a transparent element that has its property set to 100% width, but nothing helped.

Does anyone know how to make sure everything is positioned by the middle of the stage while retaining ownership of course 100% width?

You can delete the lines with cover.

Tags: Edge Animate

Similar Questions

  • How can I make the width of 100% of previous buttons and next slide show?

    I just added a basic slideshow in the header of my site. I put the slideshow width of 100% but when I add the previous buttons and depending on whether they are not 100% width and do not appear on the edges of the slideshow when previewing the site. How can I get around this?

    You could leave it pinned one add an opacity scroll arrows each.

  • How to place a bar where the width is 100% browser sticky navigation.

    Hey,.

    I hope someone can help.

    The easiest what to describe what I have to do is show you this site http://www.karmarama.com/

    As you will notice the navigation bar at the top (in fact as written this I can see that the navigation at the top of this forum is the same im) covers the entire width of the browser and remains visible no matter how far scroll you down.

    Not I managed to reach the "sticky" part, but the bar covers the width of the browser.

    I used a rectangle on the A-master page and it stretched our as much as possible, but when I saw it etc that still leaves white gaps at the top.

    Any advice will be appreciated.

    Thank you

    Ryan

    You use the most recent version of muse?

    all you have to do is make a rectangle of width 100% (stretch it as far as it can go, or click the 100% width button in the menu bar)

    then select the nav elements (widget) and the bottom (rectangle) and click on the "pin up" button, they will stay there.

    Note: Make sure all nav items are on the top layer, otherwise they will hide under things

  • How to the width of the column in report Intractive Difine

    Jin

    How to Difine column width in Intractive report.


    Thank you
    Ed

    Hello

    OK, so as

    
    

    Change apexir_YOUR_COLUMN_NAME_1 and apexir_YOUR_COLUMN_NAME_1 according to div id in the page.
    You can see div id if you run the page and he check the source, and of course Firebug is an easy way to check HTML

    BR, Jari

  • Sets the ToolTip widget to the width of 100% is not possible?

    This is quite annoying, because I put my navigation bar in a ToolTip. And I want to be both hideable and browserfilling (in width).
    Everyone knows about this problem? And maybe a solution / workaround for it?

    Thanks in advance!

    Since your navigation is pinned, you could just arbitrarily large, and he won't have a horizontal scroll bar appears.

  • How can I use the width of the full screen while using fluid grids?

    Start playing with fluid on the CS6 networks. If you start with the fluid grid model, in the arrangement of office (for example), the gridContainer is wide of 88.5%. It seems that you should do everything in the div. gridContainer That being said, if I want to create different visual effects on my page that use a real 100% width, how can I do that and stay within this structure/design methodology?

    Sounds pretty basic, but I don't want first to break the rules or hacking in a work around

    Thanks in advance.

    Donna

    Starting with the design of FG, you can set the widths of 100% in the new Document dialog box

    If you already have in the design of your page, you can change the gridcontainer classes in your css as below

    {.gridContainer}

    left margin: auto;

    margin-right: auto;

    Width: 100%;

    padding-left: 0%;

    padding-right: 0%;

    Clear: none;

    float: none;

    }

  • Setting the width of a usual report to 80%

    4.2.1

    THM:Builder blue (2)

    Hi all

    I have a classic report with a region without borders. However, the columns are very rare. I need to stretch all the way to about 80% of the width of the page. There is also an html area at his side. The second condition is that the height of the region should be of approximately 300px. So if there is a line, then we see a line with the region of report showing the gray background for 5 lines and if there is more than 5, then the scroll bar appears.

    We tried to put a DIV tag also around the region

    But on different resolutions, the background stretches and gray appears. Height works very well. I was wondering if anyone had any suggestions.

    Workspace

    application: Reportwidth. Basically, with some columns I want to extend the width to about 80% of the page and have fixed height also.

    Thank you

    Ryan

    Ryansun-Oracle wrote:

    Hi Fac586 - there is a report of 100% in the two regions. The new region for the moment only sample data, but the actual number of columns are range large numbers (100 000 000) and maybe 1-2 columns. However, we need to stretch the report according to the requirements. Nothing complex or large-scale. Just a requirement that we must complete, even if the spacing is a little too much. Paging is not enabled, I think I forgot to turn it off in the setup on this site. It is a region with height about 200px with active scroll bar. However, without the DIV and background color, what happens is that if only 1 row is returned, there is a lot of white area, where more than 5 rows are returned, it shows the scroll bar, so to keep the consistent look, we thought using the DIV. But with this approach, the width if you see raises questions, when the DIV on the right side much longer than the report itself. That's what we're trying to control.

    The problem is this region to theme 2 page layout is based on a table. By default the tables HTML and the table cells expand or shrink depending on their content. Using a wrapper DIV with 100% width or setting a width of 100% in the attributes of the region that you originally tried does not all elements of region layout table or tables in the report to stretch as required. The width of 100% should be applied to the layout region table, the cell that contains the report of the region, the report [paging] table containing and finally table of the report itself. Give the region report a static ID for use in some of the selectors and find how to select some containers layout in the generated HTML code. The CSS rule that results is located in the Inline CSS property page:

    /* Regions layout container */
    .tbl-main>.regionlayout,
    /* Report region layout container (first cell) */
    .tbl-main>.regionlayout>tbody>tr>td:first-child,
    /* Report container */
    #report_new-report,
    /* Report table */
    #report_new-report .report-standard {
      width: 100%;
    }
    

    The model of the region already contains a wrapper DIV with the class bl-body around the content of the region. Using this and the region that static ID in the selector, the region may be limited to a height of 200 pixels with a scroll bar if necessary without needing an extra wrapper element to manually add:

    #new-report .bl-body {
      height: 200px;
      margin: 0 0 10px 0;
      padding: 0;
      background-color: #f0f0f0;
      overflow: auto;
    }
    

    See this demo page in app 14448 in your workspace.

    The next step might be to use a custom report template to get a report header fixed with only the data lines of scrolling...

  • width of 100% when you use the menu widget?

    Hello Muse Forum,

    I insert a horizontal menu widget in a composition of muse and clicking the '100% ' at the top to make it 100% on the drawing page.  On the drawing page, it seems good and fills the width of the composition.  When I saw in a browser, however, it is left-aligned and does not fill the width of 100%.  Any ideas on how to make this functional?

    Thanks a ton-

    Hi Chupamirtodorado,

    Engineering is aware of this problem and they are investigating the possibilities to fix in future updates.

    Kind regards

    Akshay

  • Panel of legend of width of 100% on the slideshow fullscreen

    I use the slideshow widget "full screen" on a Web site that I design. I am also wanting to display subtitles in a variety of color. All this is perfect. However, I want the legend Panel to run at 100% width through the browser. To make the width of 100% of the legend group is not given. Is it possible to do?

    Thank you

    You can try to stretch the fabric of legend on the page as it should cover page as well large enough to display full-screen in different screen sizes.

    Thank you

    Sanjit

  • Setting the width and the height of the elements (texts, images), with custom percentages associated with the width of the browser

    Dear Muse-Geeks,

    I'm really pleased with the ability and especially the ease use of Muse. But I couldn't imagine that the width of a text box, image, the box cannot be defined as a percentage of the width of the browser.

    But now after some research on the web I really seems the only option is the 100% browser width.

    I just missed something to set a value in percentage (vertical/horizontal) size?

    Concerning

    André

    Hi Woods

    When you talk about the size of objects as a % of the browser, I think you are talking about the responsiveness of the site. If Yes, then it is not possible to create sensitive sites in Muse at the moment. But yes, you can set the width to 100% for some items and a slide show full-screen only.

    Kind regards

    Aish

  • How to change the width of the div CSS from the Center?

    Very basic question here, but I'm relatively new to DW. Please use the following url for reference: www.pawnpawn.com.

    Basically, I inherited the site of a previous Designer, who is no longer available. All I want to do is expand the container with our Services, how it works, etc so that contact us either on the same line with the rest. I know how to expand the container in CSS, but it grows to the right instead of from the Center. Here is the original code, without the new specification of width:

    #nav {}

    display: block;

    text-align: center;

    border-top: 1px solid #d3d3d3;

    border-bottom: 1px solid #d3d3d3;

    margin: auto 10px 0;

    min-height: 35px;

    Padding: 12px 0 0;

    If I add "width: 1100px;" he broadens it properly, but not Center. I tried "align: center;" but it was just a guess, and it does not work.

    Any help would be greatly appreciated, thanks in advance and sorry for this fundamental question!

    MP

    Line 24 of skeleton.css says

    . Container {position: relative;} Width: 960px; margin: 0 auto; padding: 0; }

    If you change the width, you will get what you want. The problem is that the entire page will be the new width. You then have the choice either redevelop available to suit or wrap the rest of the page in another container with the width of origin.

  • How do I get the width and height of an external image

    Hello

    lets say I want to get the width and/or height of this external image (it could also be an external file on my hard drive): http://www.icatcher.com/wp-content/uploads/2013/01/Adobe.PNG

    I create a button and add an onClick function that says:

    var externalImageWidth = ???
    alert(externalImageWidth);
    

    How can I do (so to speak dynamically?)  without the addition of the image itself to my library or put it on the stage?

    All my attempts said 'indefinite' or '0' or they simply do not work.

    Thanks in advance!

    You can try the following (assuming that there is a dummy container with id mydiv = div),

    var img = new Image();

    IMG. OnLoad = function() {}

    SYM. $("mondiv") .attr ("width", this.width) .attr ("height", this.height) .append (this);

    };

    IMG. SRC = "http://www.icatcher.com/wp-content/uploads/2013/01/Adobe.png";

    Modify the code according to your need for the selection of the container element.

    DIA-

  • How to make a horizontal bar stretch to fill the width of the browser outside the wrappe always

    When I get 100% in the width field, that it will fill the wrapper which is 1000px, I want just some horizontal bars to fill the width of the browser at any time.

    Example is at http://www.hollywoodunderground.com - bar under the header/links and the bar above the footer. Trying to figure out how to get both of those always fill the width of the browser while keeping the original packaging for all other content. I can just find a way to get these 2 bars outside of the package in a new package, or can I do it in the wrapper?

    You need to configure your build slightly differently.

    You will place the logo and icons of social media in their own

    the value of 1000px, margin 0 auto to Center horizontally

    Then you would have your black bar

    the value of width: 100% (no need to set even if, as it will fill the available space).

    Then you'd have your youtube videos

    the 1000px, auto margin 0 value.

    Then another black bar

    :

    Get it?

  • How to get the width and height of a loaded image?

    Hello world

    Clicking on one of the 26 letters of the alphabet, I display 15 logos, starting with the first brand whose initial is the clicked letter.

    Logos have different dimensions, but I can't recover, so that they appear stretched or squeezed, retaining the width and the height of the first 15 logos put on stage in the edge source.

    Both the two console.log in the following code produces w = 0 h = 0 :

    -just after the assignment of the src attribute;

    -in the callback to the loadfunction.

    $('.letter').on ('click', Function)

    {

    swap the 15 images of logo

    for (var i = 0; i < 15; ++ I)

    {

    var patriciacartailler is sym. $("logo" + (i + 1));

    iBrand var = / / calculate the index of good

    radical var = .logo brands [iBrand];

    filePath var = ' images /' + radical + ".gif";

    var imLogo = new Image();

    imLogo.src = filePath;

    Console.log (I +' ' + radical +' BEFORE w = ' + imLogo.width +' h = ' + imLogo.height);

    patriciacartailler

    .Attr ('src', filePath)

    . Hide()

    . Load (Function)

    {

    Console.log (I +' ' + radical +' AFTER w = ' + imLogo.width +' h = ' + imLogo.height);

    $(this)

    .Attr ("width", imLogo.width)

    .Attr ("height", imLogo.height)

    . fadeIn();

    });

    }

    });

    Any idea? Thank you

    Gil

    Much better demesstified thank you, Zaxist.

    brands = {};

    Letter = {'A': 0, 'B': 0, 'C': 0,'d ': 0, 'E': 0, 'F': 0, 'G': 0, 'H': 0, 'I': 0, 'J': 0, 'K': 0, 'L': 0, ': 0,}

    {, 'O': 0, 'P': 0, 'Q': 0, 'R': 0, THE FROM ': 0, 'T': 0, 'U': 0, 'V': 0, 'W': 0, 'X': 0, 'Y': 0, 'Z': 0};

    //------------------------------------------------------

    $.getJSON ("brands.json", function (data))

    {

    the JSON file contains objects sorted by alphabetical order of their ownership of the mark

    brands = data;

    initialize the array of entries by letter

    key var = "z";

    $(données, fonction (index, entrée) .each)

    {

    initial var = entry.brand.charAt (0);

    If (initial! = key & initial! = 'É')

    {

    Letter [initial] = index;

    key = original;

    }

    });

    fill the empty entries

    for (var keyLetter in letter)

    {

    If (letter [keyLetter] == 0 & keyLetter! = 'A')

    {

    If (keyLetter is 'Z')

    {

    Letter ["Z"] = the letter ["Y"];

    } else {}

    value of the next entry

    [KeyLetter] = letter [string.fromCharCode(0)) (keyLetter.charCodeAt () + 1)];

    }

    }

    }

    swapLogos (0);

    });

    //------------------------------------------------------

    function swapLogos (iFirst)

    {

    Console.log (iFirst);

    for (var i = 0; i)< 15;="">

    {

    var patriciacartailler = sym.getSymbol ("cell_" + (i + 1)). $('square');

    iBrand var = iFirst + i;

    If (iBrand<>

    {

    patriciacartailler

    (. CSS

    {

    "background-image':" url (images / "+ .logo brands [iBrand] +".gif) ","

    'background-size': 'auto',

    'background-repeat': 'no-repeat '.

    'background-position': 'Center '.

    })

    . Show();

    } else {}

    theLogo.hide ();

    }

    }

    }

    //------------------------------------------------------

    $('.lettre').on ('click', Function)

    {

    var letter = $(this) .attr ('ID') .charAt (6).  Stage_A

    swapLogos (letter);

    update the letter highlighted (color)

    $('.lettre').css ('color', '#EEE');

    $(this) .css ('color', '#FF3');

    });

    //------------------------------------------------------

    Download here: https://app.box.com/s/c1hlvbfrum4yzypc1mid

    Gil

  • How can I Center the objects on the html page flash?

    Hello

    So thanks to a few other users on this forum, I understand how to resize my content to shape tween without breaking the Bank.

    Also, I came across a way to center the flash on the scene objects. I use the "edit multiple images" button in the timeline, and then select all and reposition.

    It's pretty easy.

    However, when I do a preview publish and zoom in and zoom out (by command-/ +, on my Mac)... something doesn't seem quite right. My content do not stay in the Center and become more small, like most of the other sites, but rather it shrinks to the upper left corner. When I resize my window in fact, content does not meet the size of the screen and the Center itself, but instead gets cut! What I am doing wrong? Also miss me a scroll bar on the page!

    Is there a real html editor in Flash?

    Thank you very much!

    Zoom is a moving target. Browser engines to implement in different ways. If you try to make a site 100% height-to-width SWF then technically a zoom is not a resizing and cannot trigger the resize event at all (it should not). But I don't want to speculate until I know if you try to first make a site SWF height and a width of 100%.

    If this isn't the case, then CSS can also not responded to zoom in, for the same reasons. You use CSS to Center your SWF object?

    No Flash is not an HTML editor built in but there are tons of free software that can highlight HTML syntax or even help with code completion, if you do not have Adobe Dreamweaver. Aptana is a very popular free HTML editor with code completion. Often, I use FlashDevelop just for code coloring and easy passage of a variety of types of codes (AS2, AS3, XML, HTML, etc.).

Maybe you are looking for

  • How to remove a toolbar that I don't want on my computer

    There is a special toolbar that keeps popping up and I'd like to eliminate completely from FireFox when I open FireFox.

  • Failere to access most of the sites

    I have a new computer toshiba satellite laptop.I can send and receive emails (with thunderbird) and the results of Google searches (I use Firefox), but I can't connect to other pages, for example when I click on a link from a list of Google search. M

  • Re: Sound does not work on Tecra M10

    Hi all I have a Tecra M10 with XP and all the drivers installed, but sound does not work. I checked the Device Manager and everything is fine, no red cross or whatever it is on the driver realtek audio. Everything on the sound properties. I even unin

  • Satellite L505-141 - Crash 3 times a day

    Hello I just bought 2 months ago my first new laptop Satellite L505-141 and use Windows 7 64-bit. The laptop crashes (turns off suddenly) 3 times a day and I don't know why! After it happened I can't relight unlees I took out and the electric cable c

  • HP Pavilion Notebook-15-p108tx: problem connecting with specific programs

    Hi, I had problems connecting with specific programs recently. I'm still able to communicate online through web browsers. Mozilla Firefox works fine, but Google Chrome still has some problems loading of specific pages or they don't load at all. The m