Add background images 100% width questions

Hello again,

This is another issue that I'm trying to overcome.

I added these subtle geometry type forms in the background of the Web site to fill the blank gradient area in the case of a person like me consults the Web site on screen 27 inches.

Untitled-6.jpg

Now on screen 27 inch, everything seems perfect and the way I want it, but here is the strange part, when I adjust the side window beside it contracts and expands as it should.

Untitled-8.jpg

but when I use the bottom bar to move from left to right, look at what is happening.

Untitled-7.jpg

Now, is not so much a big problem on screen 27 inches because if I develop the window full screen it will look like perfectly on both sides of the web page.

but this is the result when you open this page even on lets say 13-inch macbook, the left side is perfect, but the right side?


Screen shot1.jpg

Screen shot 3.jpg


The same phenomenon occurs with the Ipad. I understand that the question is the image in the background, but how is the image of the left hand has no problem, but the right hand image is. It should reveal only the background image gradually if your screen is wider than 960px (width I put for my site) not the whole background in a go image. Once I have remove the background graphics, I don't have these problems, and it seems fine on my macbook 13 inch or an iPad. But I don't want these images,

image2.jpg

image2 (1).jpg

Sorry for so many images, but I wanted to make sure that everyone understands what is my problem and can help with this problem.

Thank you very much

In the case of the use that you use do not add your background for the page itself. Add as a fill for browser - not an element of the width of 100%.

Tags: Adobe Muse

Similar Questions

  • How to add background images to the grid area manager

    Hi all,

    Hope everything goes well. I read the book beginning berries black development. In this book, the author has shown that how you create grid area manager. I used the code and created GRDI Manager of fields with 2 columns and added 8 images buutom with labels. every thing works fine until now.

    But the background is white. Now, I want to add a background image on my gield grid Manager. How can I do it. Please tell me. Thank you

    Hi thanks,

    Fixed my problem in this line. I used this line in my BGVerticalFieldManager

     //Constructor
        public BGVerticalFieldManager(Bitmap background) { 
    
            //super(USE_ALL_WIDTH | USE_ALL_HEIGHT );
            super(USE_ALL_WIDTH);
            ....
        } //end of constructor
    

    now my screen scrolling works very well just like I expected

  • How to add background images to the stage?

    I use the last version (2014.1.1)

    I want to add a photo to be a background image in the stadium.

    So I do:

    1. Add 'compositionReady' to the stage

    (2 key - in: sym.$("Stage").css("background-image","url(images/bg.png)"); "

    but I can't see the picture and to develop tools, the tag had background-image.

    How to solve the problem?

    You are missing quotes in your code.

    SYM.$("stage"). CSS({"background-image":"URL('images/BG.png')"});)

    or

    SYM.$("stage"). CSS ("background-image", "URL('images/BG.png')");

  • How to add info on background image

    Hello

    Please tell me how to add text labels etc. on background image on a screen.

    I use the solution from following link to add background images but don't see any labels on it.

    Link:

    http://supportforums.BlackBerry.com/T5/Java-development/adding-background-image-error/m-p/392813#M76...

    Thank you

    Afonso

    If you use the code from the link you specified then try this

    verticalFieldManager.add(field namewhich u want to addon Image);
    

    I hope this helps...

    ------------------------------------------------------------------------------------
    Kudo press to say thank you to the developer.
    Also, press accept it as a button when you got the Solution.

  • background image in all links

    http://carriecoren.com/test/index_new.html

    I add a sprite image to this page.  But then all the links add the sprite in the background. So I add "background image: none" to each link style. There must be a better way.

    Also the navigation bar is picking up the size of the sprite image too.

    Thank you

    Carrie

    Change this:

    #facials a, a: link {}

    to do this:

    #facials a {}

    a: link effects every anchor on your page.  You don't want that here.

    Nancy O.

  • 100% width background images do not appear in chrome when I apply scroll effects. Please help someone

    Since the last update to dream my 100% width background images do not appear in chrome when I apply scroll effects. Does anyone else have this problem? They work on all other platforms, but not chrome. I talked with adobe and they said basically their cant be a problem on their end because no one else has not complained.

    problem solved, it's adding css that I included in the site

  • Possibility to have background images distributed to browser width 100% (+ motion of scrolling)

    Hello

    There is an I have really miss: there is no medium images across the browser 100% width (any form) yet, and this would be great to have the opportunity to combine it with the option for scrolling movement. However, it only works with tiles...  

    Please please please!

    Best,

    Bartl

    PROBLEM SOLVED WITH THE RELEASE OF MUSE 7.0 (NOV 2013).

    THANK YOU MUSE DEVELOPERS!

    (* happy *)

  • Great background Image / Sticky footer [has two questions]

    1 - How do have such a file on background?

    http://www.Teletoon.com/teletoon3/Teletoon.PHP?language=en

    The page still load fast despite the apparently huge file as a backdrop. What is the technique, I need to do the same today.

    2 - How do we cover the footer div always appear at the bottom of page?

    Thank you very much

    These are two good questions.

    Here are some tips on how to add a great background to your site:

    http://www.WebDesignerWall.com/tutorials/how-to-CSS-large-background/

    I don't know there are other tutorials that you will find with a Google search.

    Also, many web sites on the web site csszengarden.com use broad horizons. CSS Zen Garden invites you to download the markup html and css to sample from these websites to see how they did it.

    It is important to write the HTML clean and avoid ID selectors and class unnecessary css. Do not use css to structure your document; Use it only for the presentation and layout. In my view, it is preferable to manually write your css. If you do not use Dreamweaver to apply CSS, check if your code often to ensure she remains lean. People these days are going wild with ap Divs, who will be dead to your page if you want to use a great background. Write lean markup!

    About the footer... the footer on the example site you provided is nothing special. It's just the last div on the page. It remains at the bottom because the height of the page content exceeds the height of the browser window.

    However, if you do not have enough content on your page to push the foot down, you need a new strategy.

    Footers can be really frustrating when it comes to testing in other browsers. The trick is to force thepart of at least the same height as the browser window, even when there is little content.

    Let's start with the footer:

    #footer {}
        position: absolute;
    bottom: 0;

    Width: 100%;
    border-top: 1px solid blue;
    background: Blue;
    }

    For the footer, you must use absolute positioning. But, and this is where people go wrong, you must also make sure that the footer is placed at the bottom of the document, not the background of the browser.

    The document must be at least as large as the browser window. So the first thing we need to do is to place the footer in a

    with its absolute value property position to:

    {#wrapper}
    position: absolute;
    top: 0;
    left: 0;
    }

    The footer stick to the bottom of the wrapper.

    .

    Second, you must define the measures of percentage for the document:

    HTML, body {#contents}
    min-height: 100%;
    Width: 100%;
    height: 100%;
    }

    HTML > body, html > body {#contents}
    height: auto;
    }

    {#wrapper}
    position: absolute;
    top: 0;
    left: 0;
    }

    Thus, the tag in your html doc will be something like:


    the body content

    It works for me in all browsers. I have to give credit when it is earned, the technique above is just off Rachel Andrewbook, The Anthology of CSS.

  • Several images to 100% width

    I put about five frames in a row, but to ensure 100% width to fill the page.

    I know that you can set a single image to the width of 100%, but it does not seem to allow multiple images.

    Is it possible that I can do this?

    Thank you very much

    There is no option in Muse which can allow you to do, but you can take inspiration in the codes below:

    1. Add 5 pictures in the current folder of Muse. File > add files to download.  (Try to give them a simple name, all in lowercase)

    2 copy the code below and paste it into the window insert HTML code. You can open the window of object > insert HTML code

    3. click on Ok after pasting the codes.

    4. Select the created container to 100% width by pressing "100% width" button.

    With more knowledge of HTML/CSS, you can further customize to achieve better results.

    Kind regards

    Vivek

  • Adding to my last question... To keep a background image in the center of the Web page when the browser is shrun

    How do do that?  What is the CSS that makes this work?

    Centers of the background, even when the browser window is smaller or the screen resolution is less, but the content remains stationary in the center of the page: www.signatureweddingsbyjenna.ca

    Hello Jules

    I think that Nancy replied to your question in the other thread.

    I have the site you give as an example, this is the CSS that applies to this image:

    {body
    background - image: URL("page_images/background.jpg");
    bottom-top position: center;
    background-repeat: repeat no.;

    }
    Then of course, it is applied as the context in which theelement, it is placed in the Center and on it and it does not repeat itself.  It is what keeps the central image on the page.  Also helps is that the page is a centered layout.  In the example page that you gave, they have this:
    #page, closure-blocks # {}
    margin-left: auto;
    margin-right: auto;
    Width: 1000px;

    }

    Set the width is important and defining the left/right margin as it means that the browser will allocate the rest of the available space at each margin evently between the two, or put content in the middle.  The only other thing you do is to set the content of the site to the center using
    text-align: center
    It is exlpained herefully.  The only other thing the site has done is put a bit of image information in another element to make it appear that the background image loops in the content.
    Martin
  • How to add the background image to the screen

    Hi all

    I want to add the background image to the main screen how can I do it.

    On the main screen, I used

    -a manager of HorizontalFieldManagerField to view the bitmapField (horizontally).

    -a manager of VerticalFieldManagerField to view the bitmapField (vertically).

    already images of display screen (bitmap field) with Horizontal and Vertical Manager, but I also want to display the background image for the screen, how can I reach this help me please.

    Concerning

    Adkins

    Thanks for all the response, I tried and sloved logic here how I did

     VerticalFieldManager mainVerticalManager = new VerticalFieldManager(Manager.NON_FOCUSABLE|Manager.NO_HORIZONTAL_SCROLL|Manager.NO_VERTICAL_SCROLL){
                protected void paintBackground(Graphics graphics)
             {  
    
             }
             protected void sublayout( int maxWidth, int maxHeight )
             {
    
             }
            };
    
    then i added other to manager on to this
    

    My problem is sloved thank you for the reply

  • 100% width image/object re - adjusting evil

    I work on this site since Photobird air Vision and that you ran into a challenge.

    When I go to the online site to full screen on your desktop or laptop, it looks great. But if the Web browser is adjusted to fill... say 2/3 of the screen, the site adapts to the funky smaller size. My images should align to Center and fill 100% of the size of the browser width. I lined up, dragged the edges over the entire width and clicked the button for objects to be "100% width." Instead to the small size of the screen, however, a white column appears right on the page and shows some parts of the site work bad... images with scroll effects are stretching the width full page but are not the objects set to width full page. I've included a screenshot.

    Can someone help me understand how to solve this problem?

    PS - This is the desktop version of the site I'm talking about so you wont see what I mean on a phone.

    Thank you in advance for your help!

    Lisa

    Screen Shot 2015-10-06 at 12.11.18 PM.png

    Have you set your image of "scale to fill? (under the "editing:" menu item)

  • One of the pages of my site moves to the right when using anchors to scroll. I checked for Ghost off the page boxes and checked that all my 100% width images are actually 100%. I discovered that this problem is in Chrome and do not hap

    One of the pages of my site moves to the right when using anchors to scroll. I checked for Ghost off the page boxes and checked that all my 100% width images are actually 100%. I discovered that this problem is chrome and does not happen in Firefox. Any suggestions?

    Thank you Brad, my ankles were lined up however they were in the Center. I am proposing to-100 and it solved the problem. Thanks for your help.

  • HO to get 100% width proportional image?

    Hello

    I'm looking for a (free preffered) widget to place on the site will be in the image of width 100% that will keep the proportion no matter how big screen and I can not find. Someone knows how to make a picture of "reactive"?

    Greetings

    Please visit the site of this sample with image width: home

    At this stage we do not have the same support for the height.

    Thank you

    Sanjit

  • Why the 100% width button is not available for images? (its still working for rectangles)...

    Hello! I can not simple images to work with flexible width... any ideas?

    You must set your picture as a fill to get 100% width. Draw your box to your image and then use the fill tool to insert your picture as a fill.

Maybe you are looking for

  • Problem downloading app

    Hello When I try to download the application of Bluefish on download.cnet.com a window appears which says that Safari cannot open the page because the address is not valid. No idea what I'm doing wrong or do to make this work?

  • Sound stops working after a period of time on my Satellite L755D - 14 M

    Hey there, I have a problem that I can't solve any how I try. Sometimes, when I play, I have sound, but all the all of a sudden it stops working, but I see no error. When I try to open a sound track through Windows Media Player, it says "year error o

  • HP 4500 ENVY: How to interpret the ink levels?

    When I check the ink level, it shows two columns. One is marked with an X, the other with an oval. Column shows the black ink level, and which indicates the level of the colored inks?

  • Detect the dial needle completed the change of value?

    Hi all Is it possible to detect when a needle dial finished changing value? I am creating a VI to request a change in working capital. I don't want the control unit with a request for every change in the needle of the dial of the swamp so I use mouse

  • Compatibility issues with the baseball game high heat 2004.

    I'm having a problem of compatibility with the game of baseball high heat 2004, I can install it without any problem, however, when I go to play I get a screen that tells me I have to put the CD in the CD drawer, which is where it is.  This game work