Footer items moving up the page.

Hi i have just upgraded to v3 build 645 and now items in my footer are moving up the page. Here is the site http://sographicssite.businesscatalyst.com/index.html its the black tabs on the sides. This is what it should look like http://www.sographics.co.uk/ I have tried it grouped and ungrouped.
Thanks
Jason

Hey everyone,
We are aware of one issue where, if Muse has to recreate an image in the footer on the master page, it will get pushed up the page. We are actively working on fixing the issue, but in the meantime there are a few things you can do. When Muse has to change the image, either because of a large size difference, an effect (shadow, glow, or bevel), rounded corners, or rotating the item, we will render the image with these effects to ensure proper behavior across different browsers. You can remove these properties on the image to fix the issue, and you can add them using an editor outside of Muse if the effect is something in particular you are going for.
Sorry for the inconvience. As I said, we are working on getting a fix for this issue.

Similar Messages

  • The footer is moving to the left and no longer centered. It is like it is no longer in the container

    The footer is moving to the left and no longer centered. It is like it is no longer in the container. I don't see the container outline any longer. This same thing is happening in two different websites. Can you tell me what I am doing wrong?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Dragonfly Toy Puppies Home Page</title>
    <style type="text/css">
    <!--
    body  {
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #FFF;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 100%;
        background-color: #000;
    .twoColFixLtHdr #container {
        width: 900px; /* the auto margins (in conjunction with a width) center the page */
        border: none; /* this overrides the text-align: center on the body element. */
        background-color: #000;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    .twoColFixLtHdr #header {
        background-color: #000;
        background-image: url(Images/Header.jpg);
        background-repeat: no-repeat;
        height: 350px;
        width: 900px;
        padding-top: 0;
        padding-right: 0px;
        padding-bottom: 20;
        padding-left: 0px;
    .twoColFixLtHdr #sidebar1 {
        float: left; /* since this element is floated, a width must be given */
        width: 240px;
        height: auto;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-color: #000;
        text-align: center;
    a img {border: none;
    a { outline: 0;
    #sidebar1 a #poodle   {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        cursor: pointer;
        text-decoration: none;
    #sidebar1 a #maltese {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        cursor: pointer;
    #sidebar1 a #yorkie {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        cursor: pointer;
    #sidebar1 a #partiyorkie {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        cursor: pointer;
    #sidebar1 a #dachshund {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        cursor: pointer;
    #sidebar1 a #maltipoo {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        cursor: pointer;
    #sidebar1 a #morkie {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        cursor: pointer;
    .twoColFixLtHdr #mainContent {
        padding: 20; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background-color: #000;
        height: auto;
        width: 660px;
        text-align: center;
        margin: 0px;
        float: left;
    .twoColFixLtHdr #footer {
        background-color: #000;
        width: 900px;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
        clear: none;
        float: none;
        height: auto;
    .twoColFixLtHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixLtHdr #sidebar1 { width: 230px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="twoColFixLtHdr">
    <div id="container">
      <div id="header">
      <!-- end #header --></div>
      <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="#">Home</a>      </li>
          <li><a href="#">Services</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Sires &amp; Dams</a>
            <ul>
              <li><a href="#">Toy Poodles</a></li>
              <li><a href="#">Maltese</a></li>
              <li><a href="#">Yorkies</a></li>
              <li><a href="#">Parti Yorkies</a></li>
              <li><a href="#">Mini Dachsunds</a></li>
              <li><a href="#">Maltipoos</a></li>
              <li><a href="#">Morkies</a></li>
            </ul>
          </li>
          <li><a href="#">Puppy Care</a></li>
    <li><a href="#">Success Stories</a></li>
    <li><a href="#">Contact Us</a>      </li>
    </ul>
      <div id="sidebar1">
        <h2>Puppies for Sale</h2>
        <p> Click on your Favorite Breed</p>
        <h2><a href="poodle.htm" onmousedown="MM_swapImage('poodle','','Images/poodle_active.jpg',1)"><img src="Images/poodle_link.jpg" alt="Link to Poodle Puppy Page" name="poodle" width="200" height="250" id="poodle" onmouseover="MM_swapImage('poodle','','Images/poodle_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
          <a href="maltese.htm" onmousedown="MM_swapImage('maltese','','Images/maltese_active.jpg',1)"><img src="Images/maltese_link.jpg" alt="Link to Maltese Puppy Page" name="maltese" width="200" height="200" id="maltese" onmouseover="MM_swapImage('maltese','','Images/maltese_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
          <a href="yorkie.htm" onmousedown="MM_swapImage('yorkie','','Images/yorkie_active.jpg',1)"><img src="Images/yorkie_link.jpg" alt="Link to Yorkie Puppy Page" name="yorkie" width="200" height="200" id="yorkie" onmouseover="MM_swapImage('yorkie','','Images/yorkie_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
          <a href="parti_yorkie.htm" onmousedown="MM_swapImage('parti_yorkie','','Images/partiyorkie_active.jpg',1)"><img src="Images/partiyorkie_link.jpg" alt="Link to Parti Yorkie Puppy Page" name="partiyorkie" width="200" height="200" id="partiyorkie" onmouseover="MM_swapImage('partiyorkie','','Images/partiyorkie_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
          <a href="dachshund.htm" onmousedown="MM_swapImage('dachshund','','Images/dachshund_active.jpg',1)"><img src="Images/dachshund_link.jpg" alt="Link for Mini Dachshund Puppy Page" name="dachshund" width="200" height="200" id="dachshund" onmouseover="MM_swapImage('dachshund','','Images/dachshund_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
          <a href="maltipoo.htm" onmousedown="MM_swapImage('maltipoo','','Images/maltipoo_active.jpg',1)"><img src="Images/maltipoo_link.jpg" alt="Link for Maltipoo Puppy Page" name="maltipoo" width="200" height="200" id="maltipoo" onmouseover="MM_swapImage('maltipoo','','Images/maltipoo_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
        <a href="morkie.htm" onmousedown="MM_swapImage('morkie','','Images/morkie_active.jpg',1)"><img src="Images/morkie_link.jpg" alt="Link to Morkie Puppy Page" name="morkie" width="200" height="200" id="morkie" onmouseover="MM_swapImage('morkie','','Images/morkie_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></h2>
      </div>
    <!-- end #sidebar1 --></div>
      <div id="mainContent">
        <h1>Welcome </h1>
        <p>This Website is under Construction</p>
        <h2>Check Back Soon</h2>
      <!-- end #mainContent --></div>
        <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
    <div id="footer">
        <p>Footer</p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

    You have an extra closing </div> where none is required.
    Beggining on line 215 of your code, change this:
    </div>
    <!-- end #sidebar1 --></div>
    to this:
    <!-- end #sidebar1 --></div>
    When problems occur, the W3C code validation tools will help you find errors in your code.
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Page header plus page footer too large for the page in crystal report 2008.

    Hi,
    when we selecting pieview and print after entering paramter it's showing error: page header plus page footer too large for the page. error in File.rpt page header or page footer loanger than page. and it's not showing print layout format if i connect another printer it's showing layout designe. and some times it's showing letter formate and if i give print it's taking default lamdscape but we setup defual setup for printer 10*12 inches in particular printer.please guide me how we can solve this issues.
    regds,
    samapth

    This is a really hard post to read. See if you can take a bit of time to reword it, but one thing I do understand is that you are getting this error:
    page header plus page footer too large for the page.
    Typically, you can trust that if the error is thrown, it is true. E.g.; this is not one of those errors that says one thing, and means another. I suspect that you have some field(s) in the header(s) that grow, depending on the data. If there is too much data or the data is too long ( a text for example), the error will be thrown. To resolve this, see if placing the field(s) into a group footer / header will help.
    Ludek

  • Export for PDF and items disapear from the page...

    Hello Big Masters,
    please give me a solution to the fact that:
    I lose some items (a text box and a graphic) at the export from Indesign to PDF.
    -The file is 6 pages long. Simple. Some text and small pictures.
    -The missing items are close to the right bottom of the page. It is allways on the same page. In my case on the last page.
    -The missing item is exactly the same like some others. (it is like an object I could put on master page, but I wanted only to COPY/ PASTE IN PLACE)
    -I tried countless solutions, but no one passed successfully. I tried to ungroup/regroup (it is an object made of letters and outlined letters), I tried to outline all of the object, I tried recopy the object, I tried to put the page in a different order (thinking that the bug always came on the last page), I closed down indesign, I tried different PDF quality options, I tried renaming and overwriting, I checked all the layers (they are all printable). NOTHING worked.
    I start worring about the quality of Indesign, that I thought being the perfect software for multipage layouts, but I experienced this bug that wasted me 2 hours. In the researches for solutions I also found out that more problems are ahead in big ePubs or when you bring old big files, with Masterpages, it seems that is a real mess what comes out.
    Do you experience these troubles with Bermuda-effect in Indesign (dissapearing items surprisingly unexpected...)???

    The answer for you is YES.
    But Still didn't get the bug solved.
    The first pic as you see, is from ID before I export to PDF
    and the last image is the crazy pdf file, I am getting.
    If the adobe guys need my file for investigation, I can send it to them somehow.
    But then again, I got a compromise solution by putting the "missing" object on a separate masterpage.

  • Iweb background stretches when objects are moved around the page

    Hello, I am creating a simple site in iWeb and I cannot get my background image to be consistent through all of my pages. What I mean is the position of the image varies slightly through the pages. In my home page (and all of my other pages)the background is set to "Image Fill" and "Scale to Fill", and the page sizes are all the same at 700px wide by 480px high. I have the nav bar and page heading/title positioned exactly the same on all pages also.
    I notice that when I move around text boxes that are in a page the background stretches or shrinks depending on the position of the box, and am assuming that this has something to do with it, but like I said before, the navigation and header "text boxes" are all positioned the same. Is there any way to turn off this scaling of the background when moving objects around the page? Or does anyone have any suggestions on how to fix this image and make it consistent through all of my pages? Thanks for your help.

    When you set as image as a page background and set it to scale for fill, when you move text downward, extending the length of the page, the image size will change no matter what fill option is used, fit, fill stretch or tile. Using the original size will keep the image exactly the same in all instances but if the page is lengthened beyond the images height you'll get the browser's background to show in the page. But, if you size the image you're using to be taller than any of your pages it will be fixed in all your pages. NOTE: You can use this method only on White and Black blog layouts. However it the blog length gets long it will extend beyond the image height. So set up the image and blog accordingly.
    Try using the image for the browser background and set the page background to none. That will keep the image the same for all layouts. If you have a blog you can change the theme to White or Black, depending on the font color needed, and can use the image for browser background method. The image will need to be large enough to fill the browser's window and will be locked at the left edge. That is if the browser window is widened the image will not be centered but set at the left side of the window.

  • Not able to fine Create Item column in the Page personalization

    Dear All,
    I am not able to find the "Create Item" column in OA page personalization. Do we need to set any profile options for this?
    Regards,
    Joshna.

    Hope you have set these profile option.
    Personalize Self-Service Defn should also to Yes
    Disable Self-service Personal to No
    FND%Diagon% to yes
    Once you are going for personlization, you would be getting personlize Page link.
    Click personlize page link
    Select Scope
    select complete Radio Button
    select Create Item Icon for a region(table)
    Thanks

  • Same items moving on different pages

    So, my "logo" and menu move around depending on which page you are on.  I am placing different images behind the menu, so I have created a master page with menu only and then duplicated the page for different images to be place behind (so each page is it's own master, but duplicated from the same menu page).  Some pages everything stays the same, some pages it moves.  Any thoughts or suggestions? I have only just started this project so there isn't anything really there yet, but want to get this fixed before I continue on.  http://yaboproductions.businesscatalyst.com/

    Hi,
    Kindly refer to the following forum post:
    Re: Some pages aligned further left than others
    Hope it helps,
    Sonam

  • How to clear cache for items after submitting the page ?

    db11gxe , apex 4.0 , firefox 24 ,
    hi all ,
    i have a non enterable pop-up lov and a report in the same page , and i search with the pop-up item , but the problem is when i click the search button ,
    the value in the pop-up is not deleted , and sure i want it cleared after i search ? how to do so ?
    thanks

    Surely, when you click the search button, the value in your item is required by the report (as a parameter).
    Create a button (RESET) with a branch back to the same page and use the clear cache in the branch
    Gus

  • Footer displayed lower in the page

    Is there a setting to display the footer at the bottom of the screen instead of directly below the last line of text in a topic?

    Hi there
    Well, if you are determined...
    There are ways to accomplish this using JavaScript and CSS. It would be a bit involved and you would likely end up modifying the output files, but as I said: if you are determined you can make it happen.
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Footer has moved to top of page

    The Footer has moved to the top of the page. Any idea why?
    Longstaff Longstaff

    You could add the following to the .footer class css...
    position:fixed;
    bottom:0px;
    That would force it to sit on the bottom of the browser view port, no matter how large the viewer opens their screen.

  • Footer won't move up the page after deleting a number of elements

    I'm using a template in Muse and I deleted a bunch of elements that I won't use on one of the pages .  But the page footer doesn't move up to close the gap.  The footer element on the master page appears normal, but the document page has a long expanse of nothing to scroll down before the footer becomes visible.  Can't find anything preventing the footer from moving up.  Any ideas out there?

    Yes, there were hard to see elements that were preventing the footer from advancing up the page to the end of the visible content.  I more easily found them in the assets panel and deleted them there.

  • How can i get the footer bar to stay, whilst page scrolls?

    how can i get the footer bar to stay, whilst page scrolls?
    at the moment, on my site, if the page is longer than the screen, it goes behind the footer,
    but the foot bar moves up the page as yo scroll down to see the rest of the content.
    any way of getting the footer to stay put, while body/page contant scrolls ?
    thanks

    You can use some css to do it...
    #footer_id {
         position:fixed;
         bottom:0px;
    <div id="footer_id">Your footer content</div>
    The css above will lock your footer to the bottome of the browser window. As long as your footer <div> is last in your html, it will float over the top of everything on your page when the page is scrolled. If it's not last in the html, you'll need to add a z-index to get it on top of your other content in the stack.

  • How can I recover documents that were stores in the pages app?

    I have an original iPad. This evening, as I was using it, I got a message that an update was available for pages. I selected "update". It attempted to install the new pages and froze. I connect to iTunes to try to get it back to old version of pages (the new versions won't work on the original iPad) by restoring to back-up. That resulted in deleting the pages app.
    Ahhhh!!!! I need my documents! They had been backed up to iTunes and it was recently backed up to iCloud.
    Someone please help me figure out how to find my docs!!!
    THANK YOU

    Basics of File Recovery
    Files in Trash
    If you simply put files in the Trash you can restore them by opening the Trash (left-click on the Trash icon) and drag the files from the Trash to your Desktop or other desired location.  OS X also provides a short-cut to undo the last item moved to the Trash -press COMMAND-Z.
    If you empty the Trash the files are gone. If a program does an immediate delete rather than moving files to the Trash, then the files are gone.  Recovery is possible but you must not allow any additional writes to the hard drive - shut it down. When files are deleted only the directory entries, not the files themselves, is modified. The space occupied by the files has been returned to the system as available for storage, but the files are still on the drive. Writing to the drive will then eventually overwrite the space once occupied by the deleted files in which case the files are lost permanently. Also if you save a file over an existing file of the same name, then the old file is overwritten and cannot be recovered.
    General File Recovery
    If you stop using the drive it's possible to recover deleted files that have not been overwritten by using recovery software such as Data Rescue II, File Salvage or TechTool Pro.  Each of the preceding come on bootable CDs to enable usage without risk of writing more data to the hard drive.  Two free alternatives are Disk Drill and TestDisk.  Look for them and demos at MacUpdate or CNET Downloads.
    The longer the hard drive remains in use and data are written to it, the greater the risk your deleted files will be overwritten.
    Also visit The XLab FAQs and read the FAQ on Data Recovery.

  • How to get the report summary to the bottom of the page?

    Hi all. Does anyone know how can I get the report summary to
    stick to the bottom of the page, like the page footer? Basically, I
    have a report that displays line items on an order. At the end of
    the report, there is a signatory section or acknowledgment. If I
    stick this in the page footer, then it displays at the bottom of
    the page, but on every page. If I put it on the report footer, than
    it follows immediately after the details, and not at the bottom of
    the page. What I need is the report footer to be at the bottom of
    the last page.
    Any ideas?

    Greetings. Thanks for the post. I am not having problems with
    a page number. I am having problems with getting the report footer
    contents to be at the bottom of the last page. The closest solution
    I have found is to put the content in the page footer, and then
    hide the page footer until the last page. However, this leaves
    whitespace on all of the other pages, which isn't ideal. I really
    need an attribute that allows me to set the report footer to print
    at the bottom of the page, like the page footer.

  • Q43: How to get Doc Num, Qty, Doc Num Qty going across the page not down

    Dear All,
    I would like to know if it is possible to report each and every separate purchase order doc num and qty per Item Code across the page in columns as opposed to a 'downward' list such as this report would produce?
    SELECT T0.[ItemCode], T0.[Dscription], T1.[DocNum], T0.[OpenQty]
    FROM POR1 T0  INNER JOIN OPOR T1 ON T0.DocEntry = T1.DocEntry
    WHERE T1.[DocStatus] = 'O'
    Example output required
    Item No P/o#1Qty P/O#2 Qty P/O#3 Qty
    1234     23     2    24        2    25       3
    Any solutions gratefully received.
    Robin

    Hi Robin,
    Use the drag and releate option PO wise on the details. Selct the item and drop it ove PO details. you will get a solution alteast near to what you expect but column wise.
    Purchase reports --> Purchase analysis by items  Is it not of any help to you ?
    Regards,
    Rakesh N

Maybe you are looking for

  • Installer Encountered Errors - PLEASE HELP

    Hi, Getting very annoyed - sat at the computer for almost 2 hours. Have windows Vista and finally it has allowed me access to install iTunes. When I go through the stages to install I get the following message: +The installer encountered errors befor

  • SAP MDM Training Videos

    Hi experts i have created some basic SAP MDM Training Videos.Can Uplod this videos in SDN, Moderated - do not post private email addresses! Edited by: g.praveen kumar on Jun 27, 2008 4:46 PM Message was edited by: Michael Theis

  • Disappearing $50 discount?

    Okay, bear with me because this is a strange one that I cannot figure out. Back story: I have had a Droid X for over a year now, and my wife upgraded to her previous phone (Bold 2) on 4/6/2010. I am the primary on our Nationwide 700min family plan. M

  • I connect my iPad mini to my computer but it is not showing up in iTunes

    I connect my iPad mini to my windows computer but it is not showing up in iTunes

  • Frustrated with iTunes app download

    FOr the past week I've been unable to download new apps. Be it free or purchased. I tried changing my cc info n it won't let me because I don't have a none button. I called apple help support and they were unable to help me there too. They said iTune