Keeping Menu Visible When Scrolling Page

Hi, I have a flash website that has a fair amount of conent
on one of the pages such that you need to scroll down a few pages
to get to the end of it. I have a verticaly oriented menu bar on
the right side of the screen that I would like to move down and
stay visible as the user scrolls to view the whole page. Right now
the user has to scroll all the back up to the top to use the
navigation bar. My menu bar is setup as a movie object in flash.
Any help would be greatly appreciated. Thanks!

There's a javascript event that fires when a user scrolls
using either the mouse wheel or clicking the up or down arrows. You
can catch it in javascript with this: window.onscroll =
doSomething;
I'd have that function adjust the position of the div tag
containing your flash movie.

Similar Messages

  • Issue with hidden subforms and fields becoming visible when scrolling

    Hi all:
    Was testing an XFA form on a 13" macbook air when I noticed something odd: Page 1 (which had a presence of "hidden") became visible on-screen when scrolling down Page 2, which was set to visible.  For lack of a better description, Page 1 "bled through" the currently visible page but then disappeared after the scrolling action was complete.
    Here was the sequence:
    - FYI: 4 pages in the form; only one page is visible at a time. When the document opens, Page 1 is visible and all the others are hidden.
    - Opened on a MAC with Reader XI
    - Answered questions on Page 1 and clicked a "next" button which set Page1 to hidden and Page 2 to visible;
    - I zoomed in for a better view on Page 2 (again Pages 1, 3,4 are all "hidden" at this point)
    - When I placed two-fingers on the track pad and scrolled down, the bottom of hidden PAGE 1 was revealed during the scroll, not the bottom of Page 2.
    - When I lifted my fingers OFF the track pad, the bottom portion of Page 1 that became visible while scrolling disappeared and was replaced by the bottom of Page 2.
    Same thing happened with pages 3 & 4.  If I zoom in and scroll up, down, left or right using the track pad, Page 1 (even though it is set to hidden) "bleeds through" during the scroll and then disappears when fingers are lifted off the track pad.
    I've done some testing and it happens on Macs running Reader.  Mac with Acrobat and PCs with either Acrobat or Reader appear to be fine but not finished testing.
    Made a simple working example.  Again, be sure to open on a Mac with Reader if you want to see it happen. https://www.dropbox.com/s/jnf4uxntuzvrk7p/bleed%20through%20tests.pdf?dl=0
    Has anyone else experienced this?? How can we stop it from happening as it is extremely confusing to the end-user to have two different pages mixing together when scrolling.
    Thanks much.
    Brian

    Just reaching out to the community again on this.  Any thoughts or similar experiences?
    FYI, I tested the new Reader DC for this issue yesterday and it's still there.  Hidden pages still bleed through.

  • SP 2010 Publishing - Rollup and Page Images not visible when entering page edit mode

    All:
    Hello, I have an odd issue recently appearing after installation of FEB 2013 CU install. When users select to Edit a Publishing Page the Rollup Image and also Page Image(Article Page Layout) are not visible. Only the "Click here to insert Image from
    SharePoint" link is visible.
    The issue has be confirmed in 5 servers across two farms
    DEV, QA, and PROD on client recently updated
    DEV and PROD in a completely separate client farm
    I have confirmed the issue does not exist in two separate farms running April 2012 CU. In both of those environments the image appears with issue even in Edit page mode.
    In the farms where the issue exists you can click the insert image link and simply hit OK to see the image again. An easy enough work around for tech savvy but my client's content admins are very confused/frustrated by.
    Is this a bug? I have confirmed in two separate farms including brand new web applications using out of the box publishing site templates.

    Hi.
    We have been facing the same issue in a 2013-environment (SP1), but in this case an upgraded 2010 Solution, which still runs in 2010-mode. Because of this, SharePoint still use resource-files in the 14-hive (as we have not performed an upgrade of Master
    Pages etc.) The problem is also reproduced on a clean 2010 Site Collection in the same 2013-environment.
    I have managed to find the cause of the problem (at least in our environment), and that is that as long as the selected picture/image has
    not defined an "AltText"/"Alternate Text" the problem seems to occur.
    In other words, try to define an Alternate Text and click OK in the "Edit Image Properties" Dialog.
    I don't know if this may be the case for everyone else, but give it a try.
    From this, I've further discovered (after hours of js-debugging) that there is a minor change (from 2010 to 2013) in a js-file called "SelectorControls.js" which is responsible for updating the various controls used in Page Layouts etc.
    The problem exist in a method called ASO_UpdateButtonsAndPanels(), which checks whether the Image Control in question has content or not (Url). The local variable "hasContent" is then determined of an if statement, if(this.AssetData.ManageLinkDisplayText)
    which in 2010 (14-hive) seems to be "true" regardless whether the Control is of type Image or Hyperlink. Further the code checks for AssetText (Alternate Text) which on an Image may be left empty.
    In 2013 (15-hive) however, this if statement has been changed to, if(this.SelectorType==ConstLinkSelectorType), which clearly states "Image" or "Link" depending on the type of control.
    I don't know if this is the cause of the problem in 2013, but in 2010 it seems to be exactly that.
    Pending a solution from Microsoft, we have modified SelectorControls.js to overcome this issue until the customer decides to do a Visual Upgrade to 2013.
    This is by all means not a supported nor a a permanent solution to the problem, as future Hotfixes, Service Pack etc. may "reset" our fix.
    Below is a copy of the working solution:
    function ASO_UpdateButtonsAndPanels()
    {ULSuBa:;
    var hasContent=!!this.AssetData.AssetUrl;
    //SharePoint 2010: ManageLinkDisplayText is always "True"
    //var hasContent=!!this.AssetData.AssetUrl;
    //if(this.AssetData.ManageLinkDisplayText)
    //hasContent=hasContent && !!this.AssetData.AssetText;
    //SharePoint 2013
    //var a=!!this.AssetData.AssetUrl;
    //if(this.SelectorType==ConstLinkSelectorType) a = a && !!this.AssetData.AssetText;
    //Fix for preventing existing selected image to disappear when saving page and/or editing a page with existing image.
    if(this.SelectorType!=ConstImageSelectorType)
    if(this.AssetData.ManageLinkDisplayText)
    hasContent=hasContent && !!this.AssetData.AssetText;
    if( hasContent )
    if (this.ClearAssetButton !=null)
    this.ClearAssetButton.EnableButton();
    this.GetAssetSelectedPanel().style.display="inline";
    this.GetEmptyPanel().style.display="none";
    else
    if (this.ClearAssetButton !=null)
    this.ClearAssetButton.DisableButton();
    this.GetAssetSelectedPanel().style.display="none";
    this.GetEmptyPanel().style.display="inline";
    I hope this helps anyone else struggling with the same problem.
    Thanks!
    Øyvind

  • Ripple effect in Safari browser when scrolling pages

    When scrolling through a web page in safari using my new iMac Core Duo 17" there is a "ripple" effect in the middle of the page I'm scrolling through. This happens when I use the mouse to drag the scroll bar on Safari. Happens no matter what web page I'm on. This didn't happen on my iMac G5.
    Any else have this problem?

    The threads I saw on this are locked... I had no problems with anything UNTIL the 10.4.5. update - now I have the Safari "ripple effect" on almost every web page. I have to select / highlight the "rippled" portion of the page in order to view it properly...Wonder why this happened to my machine after the update? The update seems to have fixed this problem for others...

  • How to keep Korean fonts when converting .pages file to .epub file

    Hi, I am also asking about embedding Korean fonts other than English when converting .pages file to .epub file.
    I really like to use application for Mac in order to make certain file format for e-books though there seems to be some problem that should be improved.
    Please answer to my question and help me to find the best way to make .epub file with Mac.
    37Fides

    You should have no problem keeping your text in Korean when you convert to .epub from .pages.  Are  you saying that the Korean is converted to something else?   Please provide more details about what is not working the way you want.
    Pages can't embed fonts, you would have to use another app.  But there is no need to embed fonts to create Korean books.

  • Quicktime menu visible when automatically playing movie at startup

    I am setting up a quicktime movie to automatically play full screen at startup. (It's for a video installation).
    My problem is that the mouse (which I disconnected) is registering in the top left corner (which I believe is the mac default). This makes my quicktime menu visible. I don't want to see the menu, I want only to see my movie playing full screen.
    Is there a way to hide the quicktime menu? Or reposition the mouse (w/o actaully moving it manually).
    Thanks for any insight anyone might have!
    Mac Mini Mac OS X (10.4.9) Quicktime Pro 7.1.5
    G5 Quad

    You're going to love this:
    http://osaxen.com/files/extrasuites1.1.html
    It's a background application that can do a lot of AppleScript things, one of which is to move the mouse. The script it uses for doing that reads:
    tell application "Extra Suites"
    ES move mouse {100, 100}
    end tell
    Extra Suites doesn't have to be running when you first run the script, so just add those lines to your startup AppleScript.
    ps. it's free to try, $10 to register, which you'll want to do to avoid the license dialog sitting on top of your movie!

  • Keeping the heading when scrolling down the page

    In Excell it is possible to keep the column heading row separate so that when you scroll down through pages of numbers the headings are still visible at the top of the rows. Is it possible to do this in Numbers?
    Thanks

    Go to the "inspector"-click on the "table" icon-then "headers and footers" where you can set the number of headers or footers you want and click/unclick "freeze". You can also do that directly from the button bar on the "header-footer" buttons

  • Keeping audio played to play even when scrolling pages (epub)

    Hello,
    I am about to produce a new epub, a fixed layout book, in which I want an audio mp3 file that can be heard in the background.
    It is an audio book, the user can either read by himself, or choose to listen to the recording.
    The problem is that each time the user scrolls to a new page - the audio player stops... and has to be activated again.
    Is there any smart way to avoid it? Maybe setting the audio player in a header?
    I have tried in a master page, but it did not work.
    Thank you!

    Thank you.
    What I am actually aiming out to is to make a page with two columns, in which in one the text scrolls from page to page, and the other one is sort of a "constant vertical header" - which will stay the same in all pages. In this column I want to place the media files - which are independent and not linked to any page. Thus, the user can select on each page any media he wishes. The problem is that when the media is playing, and a page turns - the media actually "resets" - and you need to activate it again - which is very annoying.
    Would you have any solution or idea for such an issue?
    BTW - I use the epub fix layout method.

  • How to keep sidebar navigation visible when scrolling down

    Hi, anyone knows how to make the sidebar content move down with the window as a user scrolls down a long page? I want the sidebar navigation to be visible wherever you are on a long page.
    Thanks,
    Hanna in Tahoe

    Murray *ACE* wrote:
    Beware older versions of IE, though.  Position:fixed doesn't play well with them.
    Right.  Use the MS proprietary code in the conditional comments for pre-IE7 browsers.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Spinning beachball when scrolling pages; filling forms

    1.3.1 on 10.3.9
    Didn't notice when this started, but for some time now, scrolling a page or filling out a form is cumbersome as the program hesitates, often for a few seconds, with a spinning beachball as I move around the pagee or click on buttons. eBay is especially bad. FedEx this AM was also difficult.
    I clear cache and keep a pretty tight ship. Any ideas what's going on?

    No, because the problem occurs even opening a non-form page.
    I'm thinking that it might be a bigger problem with my entire system.
    My 500mhz ibook, 640 MB RAM with the same system does not have this problem - Safari is fairly quick.
    I'm wondering is something is eating my processing speed.

  • Published iWebsite pages turn red when scrolling pages in iWeb

    Hi everyone,
    Just wondering if I'm the only person who has this issue; when I publish my iweb sites and pages (to MobileMe) all goes well, but when I then scroll my page up and down in iWeb the site turns red again as if I have changed its content.
    I've tried the usual stuff (deleted caches, prefs, logged into MM under a bogus username and password) to check if the problem is a MM issue but this also occurs when I publish to a folder...
    I've repaired disk permissions and did a fresh install of OS X (10.6.7) two weeks ago.
    Does anyone have any other suggestions which might solve this issue? Or perhaps even the same problem?
    cheers,
    koen

    Brilliant OT!
    Although immediately posting to the discussions group says something about my personal opinion on the reliability of iWeb ... the problem was caused as you expected; the double digit finger action.
    So 'no swiping in iWeb' I suppose.
    The 'turning red' of published site pages was 100% reproducible by scrolling down using my trackpad, but it doesn't happen when I use my mighty mouse or the arrow buttons/scroll bar thing. (Even although nothing was selected in iWeb, bit of a bug if you'd ask me)
    Thanks again for pointing out the logical and to me not so obvious
    cheers,
    koen

  • Fine Tearing when scrolling pages, norm?

    Hi All
    Whenever I scroll quickly down web pages, the main directory of all the boards of this forum is a prime example.
    The problem is similar to tearing but it more just affects text causing it to appear and to disappear and reappear quickly. It is hard to describe but it doesn't happen on my old laptop or my windows machine.
    Normally I would not ask but it hurts my eyes to look at. Wondered if anyone had a similar problem?

    !http://i46.tinypic.com/2nvn6f.gif!
    Please detail all the things you have done in the way of troubleshooting. This will eliminate the +"been there, done that"+ scenarios when the knowledgeable users here try to help you. Thank you.
    Which browser and its version are you using?
    !http://i50.tinypic.com/izvwo1.gif!

  • Screen twitches when scrolling pages

    Hi everyone. Well, I have my Macbook Pro with Retina display for 2 months now. Yesterday I booted it in safe mode and, I have no idea why, but my screen started twitching and  now every time when I'm scrolling/sliding pages it twitches. I've rebooted my pc for at leas 3 times (yes,I now, it wasn't really necessary), I've reseted Safari (firstly I thought that it is Safari problem) but nothing has changed. Any ideas what it could be or any suggestions what should I do?

    Reset, hold at same time Home and Power buttons until the iPhone restarts itself. If you have a screen protector on, consider removing it.

  • Keep TOC still when scrolling the topic?

    In Multiscreen HTML5 output, is there a way to keep the TOC on the left side of the screen from moving when I scroll the right side of the screen?

    This was a bit more complex than I anticipated since the design really wasn't meant for this kind of thing. Here's how to do it:
    Open Layout.css in a text editor.
    On line 38, find div.sidebar.
    Replace the entire div.sidebar definition with:
    div.sidebar {
      position: fixed;
      top: 0;
      left: 1.5%;
      bottom: 0;
      width: 27.9%;
      padding: 0;
    div.sidebartoc {
      position: absolute;
      top: 11em;
      bottom: 0;
    div.wVTabContentGroup {
      position: absolute;
      top: 6em;
      bottom: 0;
      width: 99%;
      overflow: auto;
    It now seems to work fine.
    Kind regards,
    Willam

  • IPad AIR 2 - SAFARI Loading slow when scrolling pages

    I'm having problems with my iPad AIR 2 with the slow loading web pages with scrolling up and down .
    The problem looks like the video posted on YouTube , the video shot by me.
    Sorry for my English.
    LINK YouTube: https://youtu.be/jYudjQwk7so

    so I went to the Genius Bar today
    the genius ran the usually diagnostic
    she said I had a memory issue
    she tried to blame it on some old backup restore
    but I've never used one
    i always start fresh on a new device manually (other than iCloud contacts and bookmarks)
    well she wouldn't listen and insisted she restore the device yet again
    ((vie already done it 2x in the last week)
    anyways things were fine for an hour
    tthe problem is now back
    i made another appointment for Monday
    know for a fact this issue does not affect every iPad air 2
    there are several in my family
    i am beginning to think its an issue with low performing ram
    ppossibly apple used two suppliers
    i don't want to fail victim to conspiracy theories
    but I am extremely ****** off and I will demand a new iPad on monday

Maybe you are looking for

  • How to retain folders from External drive on the sidebar?

    I dragged some folders from my external hard drive that I regularly use when I am in the office. Sometimes I take my MBP out without the external drives. I realize that these aliases I had created on the sidebar disappears. When I connect up to my ex

  • Changing the default data location for iCal calendars

    Is there any way to tell iCal to pull its calendar data from a different location other than ~/library/calendars ? I realize that this would probably require some app hacking, but if anyone knows how it would allow me to create an incredibly easy and

  • Processor overload

    I have an I5 processor with 8 Gig of ram. Lately my CPU overload warning has been poping up regularly. When I open the task manager I find several (as many as 6) Adobe reader processes going even when I do not have any Adobe files open. It appears to

  • Rotate Movieclip depending on its direction its traveling?

    hello, this is prolly a simple question.. but i need help making my arrow object rotate in the direction its traveling, since  i have gravity on the object.. my arrow is called ArrowMC. anyone?

  • VOFM - deleivery

    Hello Experts, i made a new Routine(991) for Delivery . And Activated it. It Goes Fine . then from vl01n used for making delivery passing this 991 routine.(Here This routine is using for change lips-lfimg). when i debug the program my routein(991) ca