Accordion menu problem. Doesn't move.

Hello!
Here are files I've modified.
http://failiem.lv/u/jhqapxy
I was making an accordion menu after this tutorial.
http://www.thetechlabs.com/xml/build-a-dynamic-accordion-menu-in-flash-cs4-with-actionscri pt-30-and-xml/
In basic tutorial there is extra part of button where you add menu name "home, about us" etc.
But I don't need this. I needed more simplier. From xml file I load an image or swf. And then you just mouse over it and it moves and it clicks. No extra 30 pixels for button space.
If i change AS line
ldr.x=0
to ldr.x=27
then it moves, but there is extra unnecessary empty space between content things. I don't need it. What should I do?
I'm total beginer at these things, but I really need this thing.

You need to find where the space between is being added. If you include the relevant code in your posting you are more likely to get help.  Also, probiding screenshots to show the problem you want to solve can be helpful.
People are generally not too keen about chancing downloading files and researching tutorials or other external information when trying to help in forums.

Similar Messages

  • Accordion menu problem

    Dear all,
    I have a website, i want to place a image right side of accordion menu how can i do it (RED AREA)
    WebLink

    Firstly, please accept my apologies, I did not study the problem to the extent that the solution I gave solved the problem.
    Please undo the changes above and add a new column that spans the height of the tabel as per
    <tr>
       <td width="33%"><b>Your Name*:</b></td>
      <td width="3%"> </td>
      <td width="4096" colspan="2"><input type="text" name="yourname" /></td>
      <td rowspan="17"><img style="margin-left: 50px;" name="" src="http://www.newtonclients.com/sky3/images/bo.png" width="210" height="275" alt="" /></td>
    </tr>
    Gramps

  • Jquery Accordion menu problem

    I have create jquery accordian menu as per Patrick Wolf post. I have following setup for the accordion menu (page template body region position 3, column 1):
    MENU 1
    ¦_ Link to report 1
    ¦_ Link to report 2
    MENU 2
    ¦_ Link to report 3
    ¦_ Link to report 4
    At initial page loading, MENU 1 is expanded and MENU to is collapse...this is OK.
    Then user clicks on the MENU 2, immediately the MENU 1 collapsed and MENU 2 expanded and shown the "Link to report 3" and "Link to report 4".
    But when user clicks on the "Link to report 3", the page is refresh / submitted and the Jquery tab on column 2 showing the correct report but the accordion MENU 1 is expanded and MENU 2 is collapsed.
    How can I make: when user clicks on menu item (Link to report 3 or Link to report 4) of MENU 2, the MENU 2 still expanded and MENU 1 is still collapsed?

    Hello,
    You can programitacally open the right tab. Here is the code I use on http://anychart.apex-evangelists.com (the menu on the left is an accordion)
    &lt;script type="text/javascript">
      $(function() {
        $('#accordion').accordion({
          header: 'h3',
          active: '.selected',
          selectedClass: 'active'
    &lt;/script>Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

  • Accordion menu problem xcelsius 2008 SP3

    Hi all
    When i try and use the accordion menu in xcelsius 2008 SP3 i get the following screen and unable to edit any of details in the normal way.
    [http://img251.imageshack.us/img251/7374/acct.jpg]
    can anyone help with this issue??
    thanks,
    Lee

    Hi Lee
    Do you have any Add-Ons installed which could be conflicting with the accordion menu?
    Thanks
    Charles

  • Jquery Accordion as menu problem

    I implemented Jquery accordion as a menu. I have following setup for the accordion menu (page template body region position 3, column 1):
    MENU 1
    ¦_ Link to report 1
    ¦_ Link to report 2
    MENU 2
    ¦_ Link to report 3
    ¦_ Link to report 4
    On page template body region position 3, column 2 .... I have the Jquery Tab to shows the selected report according to the accordion menu selection.
    At initial page loading, MENU 1 is expanded and MENU to is collapse...this is OK.
    Then user clicks on the MENU 2, immediately the MENU 1 collapsed and MENU 2 expanded and shown the "Link to report 3" and "Link to report 4".
    But when user clicks on the "Link to report 3", the page is refresh / submitted and the Jquery tab on column 2 showing the correct report but the accordion MENU 1 is expanded and MENU 2 is collapsed.
    How can I make: when user clicks on menu item (Link to report 3 or Link to report 4) of MENU 2, the MENU 2 still expanded and MENU 1 is still collapsed?

    Hello,
    You can programitacally open the right tab. Here is the code I use on http://anychart.apex-evangelists.com (the menu on the left is an accordion)
    &lt;script type="text/javascript">
      $(function() {
        $('#accordion').accordion({
          header: 'h3',
          active: '.selected',
          selectedClass: 'active'
    &lt;/script>Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

  • Spry Accordion Menu Tab Link css - totally confused

    Thanks folks from an l-plater but I've totally confused myself trying to work this out and I'm hoping some fresh eyes will see the answer clear as day.  I've created a spry accordion menu with links in the actual panel tabs.  Menu and links all working fine - problem is in css styling, particularly panel tab link open and hover states which should be blue text over green background, same as non-link panel tabs.  You'll see from code that I've tried a few styles but can't get this to work.  I'm thinking I've totally overdone it and some styles are overriding others and solution is a simple deletion of some unnecessary or conflicting styles.
    Thanks so much in advance for your help - I just can't see for looking any more though I'm sure it can't be hard.
    <div id="sidebar1">
    <div id="Accordion1" class="Accordion">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Index.html" onclick="window.location = this.href">Home</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Photo Gallery</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="PhotoGallery.html">Gallery 1</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Unit Newsletters</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="Newsletter.html">February 2010</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Sponsors.html" onclick="window.location = this.href">Sponsors</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Merchandise.html" onclick="window.location = this.href">Merchandise</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Links.html" onclick="window.location = this.href">Links</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Events.html" onclick="window.location = this.href">Events</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Forms</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="">Joining Instructions</a></li>
        <li><a href="">Enrolment</a></li>
        <li><a href="">Next of Kin</a></li>
        <li><a href="">Volunteer Blue Card</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Contact.html" onclick="window.location = this.href">Contact</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="LogIn.html" onclick="window.location = this.href">Log In</a></div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="WhatsOn.html">Whats On</a></li>
        <li><a href="PSG.html">Parent Support Group</a></li>
        </ul>
        </div>
        </div>
      </div>
    </div>
    .AccordionPanel {
    margin: 0px;
    padding: 0px;
    .AccordionPanelTab {
    background-color: #036;
    border-bottom: 1px #93b747 solid;
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    text-decoration: none;
    .AccordionPanelTabOpen {
    color: #036;
    background-color: #93b747;
    display: block;
    text-decoration: none;
    .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    border-bottom: 1px solid #036;
    display: block;
    .AccordionPanelTab a {
    color: #93b747;
    margin: 0px;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.open {
    font-color: #036;
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.active {
    color: #036;
    background-color: #93b747;
    display: block;
    text-decoration: none;
    .AccordionPanelTab a.hover {
    color: #036;
    background-color: #93b747;
    font-weight: bold;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.close {
    color: #93b747;
    background-color: #036;
    text-decoration: none;
    display: block;
    .AccordionPanelContent {
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 12px;
    background: #fff;
    font-size: 12px;
    color: #036;
    font-weight: 500;
    .AccordionPanelContent ul li {
    margin-left: -40px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #fff;
    font-size: 12px;
    color: #036;
    font-weight: 500;
    text-decoration: none;
    list-style-type:none;
    list-style:none;
    .AccordionPanelContent ul li a:link {
    color: #036;
    text-decoration: none;
    list-style-type:none;
    list-style:none;
    .AccordionPanelContent ul li a:hover {
    color: #036;
    font-weight: bold;
    text-decoration: none;
    .AccordionPanelContent ul li a:visited {
    color: #036;
    text-decoration: none;
    .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background: #93b747;
    border-bottom: 1px solid #036;
    .AccordionPanelOpen .AccordionPanelTab.a {
    color: #036;
    background: #93b747;
    border-bottom: 1px solid #036;
    .AccordionPanelOpen .AccordionPanelTabHover {
    color: #036;
    font-weight: bold;
    .AccordionPanelOpen.a .AccordionPanelTabHover.a {
    color: #036;
    font-weight: 600;
    .AccordionFocused .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    a.AccordionFocused .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    a.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    font-weight: 600;

    Yes Beth, you're right and I've corrected my css - I think - problem with AccordionPanelTab link open and hover states still happening so css still wrong.  I've uploaded site so you can see what's happening (www.11acu.org).  All tab states should be as per Photo Gallery, Newsletters and Forms.  Hover state in tab links seem okay until mouse moves away from "a href" block - rest of tab area not working so its like the two styles, ie "AccordionPanelTab" and "AccordionPanelTab a:hover" are both working at the same time but I only want the latter to work.  Now I've probably got you confused as well! lol Apologies!  Recreated css for tab links below.  Html same as in original post.  Any help much appreciated.
    .AccordionPanelTab {
    color: #93b747;
    background-color: #036;
    border-bottom: solid 1px #93b747;
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    .AccordionPanelTab a {
    color: #93b747;
    background-color: #036;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:link {
    color: #93b747;
    background-color: #036;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:hover {
    color: #036;
    background-color: #93b747;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:active {
    color: #036;
    background-color: #93b747;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background-color: #93b747;
    border-bottom: solid 1px #036;
    text-decoration: none;
    .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    border-bottom: solid 1px #036;
    .AccordionPanelOpen .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    font-weight: bold;
    .AccordionFocused .AccordionPanelTab {
    color: #93b747;
    background-color: #036;
    text-decoration: none;
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background-color: #93b747;
    border-bottom: solid 1px #036;
    text-decoration: none;

  • Accordion Menu - Submenu position issue

    Hello,
    I've created an accordion menu that resides in the top right corner of my website. I seem to be getting various undesired results when previewing the site.
    Desired layout: Build mode
    Undesired Result: Page Preview
    Undesired Result: Site Preview
    The top level sites work fine but when I move the submenu to the left of the menu using the X position, then preview the page or site, the submenus show up either right over the menu or way off to the left of the site, almost completely off the page. I have no idea why, please help.
    Jeff

    Hi Sanjit, thank you for your reply.
    The first image is a from the Design View, the second is a page preview in browser and the final image is a site preview in browser. My default browser is Safari (also testing in Chrome however).
    If I leave the menu with default settings, the submenus appear off the site's live area and when I preview they do not show up at all. Presumabley they are off to the right side of the site.
    The menu is and has been set to "All Pages" and not manually throught my build. Other than plaving the vertical menu widget within the accordion widget, it is more or less default with exeption of some styling.
    I will try to rebuild the menu and see if the problem is still occuring. If you have any further sugestions I would be happy to hear them.
    Thnaks again

  • Child items in Accordion menu

    I need to be able to display 3-4 levels (children,
    grandchildren, etc.) within the Accordion menu. Is there a way to
    do this?

    Hi Michael,
    Welcome to Apple Discussions.
    Have you run a permissions repair with Disk Utility in your utilities folder in Applications? A permissions problem in your Library could do this. As you probably know, a permissions repair is standard 'house keeping' on a Mac.
    If this doesn't help, I would drag 'com.apple.systempreferences.plist' to your desktop (it is found in your Preferences folder in your Library, in your home folder) go into your System preferences, change something, change it back and then re-start to find out if it is fixed.
    Hope this helps,
    Karn.

  • Using an image as label in Spry Accordion Menu

    I was wondering if it was possible to use an image instead of
    text in the spry accordion menu. I have replaced the text that is
    there with a roll-over image link however I'm unable to label it
    since it uses the text as the label and therefore can't set the
    default panel I want opened. Is there a way to do this? Thanks for
    your help.

    Stefaan Lesage wrote:
    Is this possible with Pages 09 ? And can I achieve this ?
    Is it possible to look at the Help or at the Pages User Guide
    In the English one, page 17, we may read:
    • Some graphics, such as watermarks or logos, appear on pages. These objects are called master objects. If you cannot select an object in a template, it’s probably a master object. To learn more, see “Using Master Objects (Repeated Background Images)” on page 60.
    You can drag or place objects on a page, including imported graphics, movies, and sound, or objects that you create within Pages, including text boxes, charts, tables, and shapes.
    You can also insert pages that have been preformatted for the template you’re using. Click Pages or Sections in the toolbar and choose a template page. The new page is added immediately after the page where you placed the insertion point.
    Yvan KOENIG (from FRANCE vendredi 27 février 2009 23:01:32)

  • Itunes 10.1.2.17 upgrade killed my sound, music scroll bar doesn't move

    After upgrading to 10.1.2.17 on 1/30/2011 all sound ceased on my system. Updated the sound card driver to no avail. No conflict in compatability mode. When song selected in iTunes, the play bar doesn't move nor do movies have audio in quicktime. There is no sound in any program.
    Thoughts?

    Katrina, Thank you for your reply. I followed the directions from your link about using msconfig, and did what it said. Upon started I loaded iTunes without Bonjour running and playing songs worked fine. No delay and going from track to track was quick. So then I quit iTunes and started Bonjour like it said and it still ran fine. So it must be something I deselected in msconfig. I'll have to go back and look.
    There were 3 temp files before, but I did another fresh install of iTunes and now it has only one temp file. Called Temp File.tmp. Oh I just looked now and it has another one, oops it just disappeared again. The time stamp on it for it's Modified date is Sunday February 13, 2011 5:28pm and it's Accessed time is Yesterday, February 28, 2001 11:25am, and it's Created time is Yesterday February 28, 2011 11:25am.
    I use Microsoft Security Essentials for my antivirus and under it's ignore files I told it to ignore the temp file as well as the itunes library files. But was still having trouble after doing that. Using my Apple TV 2, music still played fast also without any delay. I have a fairly large library though. 140GB or so of Music, 80Gb of Movies and 10GB of Podcasts. So I thought maybe since I've been adding more Movies it caused iTunes to slow down.
    I'll try rebooting now by adding Apple Mobile Device to startup and see if anything changes since it's still stopped. iPod Service is running as well as bonjour and all is ok.
    Since when I did a fresh intall of windows all I did was install iTunes, so the only other startup things I have are 3 from Intel called common user interface, my microsoft security client and Keepass my password program. Only quick time and itunes are enabled in startup right now. So I will go back and add each of those things and see which one is causing the problem. Thanks again.

  • Duplicate mouse cursor appears (but doesn't move) on second monitor

    I have a Mac Pro with the ATI XT1900 video card and 2 Dell 2407WFP LCD monitors attached via DVI.
    When I'm using an application, such as a web browser, and the cursor changes state (like the black arrow with spinning wheel in corner) a duplicate of this cursor state appears on my second monitor, on the left-hand side of the screen.
    This cursor DOES NOT MOVE, but does animate, and will not disappear unless I move my "live" cursor over to the second monitor, which I imagine causes OS X to "refresh" the position of the cursor. It realizes the duplicate shouldn't be there and it vanishes. The second cursor seems to appear only when the primary live cursor changes state, as in the black arrow becoming a black arrow with spinning wheel in the corner, etc.
    This is not a duplicate cursor due to having Displays set up to mirror one another. The second cursor doesn't move.
    This has happened in more than one software application, so it appears to be some sort of display driver error at the system level.
    Anyone else experience this or have a way to fix it? There have been several Apple Updates to OS X since this problem first started happening (on day 1 with the Mac Pro) and it has not been resolved.
    -R

    Try resetting SMC on the macbook air: http://support.apple.com/kb/HT1411
    Good luck!

  • Problem to import MOV files

    Hi,
    I have a problem to import mov files from my hard disk (coming from a Casio Exelim ZR100 @ 1920x1080, 30 pic/sec. 44kHz, codec: H.264/AVC ). I tried different project setups - doesn`t work . I get a common failure message. MTS file import works...
    System Win 8
    Premiere Elements last version, all updates done
    Error Message:
    nase30

    Media import
    A Google Translate of your error message says that you are experiencing a generic importer error; consequently, not an editing nor exporting issue.
    If you are using the Casio ZR 100, the video involved would be characterized as
    1920 x 1080 @ 30 frames per second (progressive)
    Video compression = AVCHD (MPEG4 AVC/H.264)
    Audio compression = IMA-ADPCM (stereo)
    File Extension = .mov
    On the Premiere Elements side you have Premiere Elements 11 on Windows 8 (assumed 64 bit).
    I have downloaded one of these files from your camera brand/model from an online source.
    Windows 7 64 bit Premiere Elements 11. No importing or other problem with video or audio components of the file.
    Windows 8 64 bit Premiere Elements 11. No importing or other problem with video or audio components of the file.
    Based on my findings, I have no evidence to make a generalization that there is a problem with this Casio video and Premiere Elements 11 on Windows 7 64 bit or Windows 8 64 bit.
    So that leads us to look for other factors. Top of the list is the version of QuickTime that you have installed on your computer. (As John T. Smith has already asked and is awaiting a reply on that. If you have the latest version of QuickTime installed, then I would uninstall it and then reinstall it.
    What type of problem are you report
    "it worked before but not now"
    or
    "it never worked before"
    What might be interesting to look at. If you rename just the file extension of your Casio AVCHD.mov from .mov to .mts, .m2t, or .m2ts can you then import the problem file?
    We will be watching for your results.
    Thank you.
    ATR

  • Problem to watch movie  refer to download in setting that i dont find

    Hi ,is anyone knows about problem to watch movie. It saying i already rented but didnt download so it asking me to go to setting menu to start download but problem is i dont find that download in setting !

    I cant* download the sd version until the hd is out of my downloads

  • Accordion Menu to display image

    Hey guys,
    I am in desperate need of some knowledgeable direction. Many thanks  up front for any help!!!!!
    Situation: I am designing my company's resume page: 3 or 4 names within 6 different departments in an accordion menu.
    Currently: I have a two level accordion menu on the left (department and then names within the department.) and a anchored DIV tag on the right.
    Goal: When the user clicks on "Bob Example" text link in the "Engineering" department tab (accordion menu), I would like for it to open a picture of "Bob Example" on the right hand side.
    Problem: I've named the anchor DIV tag, "biopic" and targeted the link the same name, however, when I click on the "Bob Example" text link - it opens the picture in a separate window. I have played around with targeting so much my brain is now mush.
    Can anybody shed some light on why the "Bob Example" pic won't open on the right hand side?

    That link isn't much help. 
    All the assets are pointing to files on your local Z drive instead of the site folder.
    <script src="file:///Z|/Desktop/NEW WEBSITE/SpryAssets
    /SpryAccordion.js" type="text/javascript"></script>
    If your site is properly defined in DW, that shouldn't happen.
    Setting Up Local & Remote site folders in DW
    http://help.adobe.com/en_US/dreamweaver/cs/using/WS753df6af718a350a60097e0f131686fa2b4-7ff e.html
    Nancy O.

  • Cannot not click on menu that appears when i right click my taskbar, as the right click menu dissapears when i move mouse over to the right click menu

    PROBLEM: RIGHT CLICK CONTEXT MENU DISAPPEARS WHEN TRYING TO LEFT CLICK AN OPTION
    Hi,
    Im using Windows 7, and i could always
    go down to my TaskBar and Right Click
    Icons, and active icons, which would bring up
    the standard Right Click Menu list.
    PROBLEM
    As soon as i moved my Mouse away from
    the bottom Window 7 Task Bar to go a couple
    of millimeters above to left click an option on
    the Context Menu i opened with my right click,
    The whole Menu disappears, and this happens in
    Firefox version 29.01, other programs in Firefox,
    and other such as Skype.
    When i was running Firefox 28
    i didn't have this problem, can you help me out.
    Thank You
    Kev Borg

    '''PROBLEM'''
    '''RIGHT CLICK MENU DISAPPEARS WHEN YOU MOVE YOUR MOUSE TO LEFT CLICK A MENU OPTION ON THE RIGHT CLICKED MENU.'''
    ''''''YOU CAN'T BECAUSE AS YOU MOVE YOUR MOUSE TO THE MENU YOU JUST RIGHT CLICKED TO OPEN DISAPPEARS BEFORE YOU GET A CHANCE TO LEFT CLICK YOUR CHOICE.''''''
    '''SOLUTION'''
    '''1]''' GO TO '''CONTROL PANEL''' AND CLICK TO VIEW MENU
    '''2] ''' GO TO "'''EASE OF ACCESS CENTRE'''" AT THE TOP.
    '''3]''' LEFT CLICK ON MENU ITEM "'''EASE OF ACCESS CENTRE'''"
    '''4]''' AFTER YOU LEFT CLICK ON "'''EASE OF ACCESS CENTER'''" IT APPEARS.
    '''5]''' LOOK DOWN THE LIST TILL YOU FIND "'''MAKE THE MOUSE EASIER TO USE'''"
    '''5]''' THE TOP SECTION SHOWS YOU HOW TO CHANGE YOUR MOUSE COLOURS ETC.
    '''6]''' SCROLL DOWN TILL YOU SEE THIS HEADING "'''MAKE IT EASIER TO MANAGE WINDOWS'''"
    '''7]''' RIGHT UNDER THAT MENU THERE IS CHECK BOX,
    "'''ACTIVATE A WINDOW BY HOVERING OVER IT WITH YOUR MOUSE"
    '''8] MAKE SURE THERE IS NOT A TICK IN THAT OPTION BOX, IF THERE IS UN TICK IT AND APPLY AND CLICK OK TO SAVE.
    And now you should have No More Problems with your Right Click Menu disappearing when you move your mouse over to the menu to left click a menu item on that right clicked menu.
    SOLUTION FIXES PROBLEM.
    Thank You and i hope this answer my help any other people who have had this frustrating problem.
    cheers KiwiKev

Maybe you are looking for

  • Adding text to a formula

    Hi, How do I add text to a result, I've tried with "" but it doesn't work. And I couldn't find it in the manual. Thanks in advance.

  • Where clause causing a query to slow down in a cursor

    I have a table "the_table" with about 10,000 rows and four columns (id, description, inventory, and category). This query returns all rows immediately:     select id          , description          , inventory     from the_table     where category = 

  • Premiere CC 2014 Freeing on Export

    Premiere CC 2014 Freezing at 37% everytimr I try to export on Export running on Windows. Wha could be the problem.

  • Page Tiling is Way Off -- fixable?

    I'm running Illustrator CS3 (13.0.2) under an evaluation copy of Win 7 Ultimate 64 bit (build 7100) and the page tiling for my Photosmart printer is way off and mighty peculiar to boot. A "new" file may show the correct margins, but once I've gone in

  • Download of tax conditions to CRM

    How to download the tax condition type for the country US from R/3 to CRM. For example, consider the following entries being maintained in R/3: CL          App      CnTy               Ctry             Rg                             valid To