Spry Accordian jumps when linkc clicked

I'm building a site where each page is linked from an
Accordian widget. When I click any of the links listed in the
content panels the entire widget quickly opens and closes and
there's a flash or shake as the widget expands and contracts. I've
played with the animation and other features but I can't prevent
this happening.
Thanks, Fluther

Oh yeah, I forgot to mention it was only in IE, of course.
Thanks for looking at this!

Similar Messages

  • I installed 4.01 and now when I click on a link in the menus or the seach window, the whole firefox browser window jumps

    This happens when I click on most menu links. For example, if I click on Help and select "About Firefox" the entire browser window jumps. The same goes for if I click on the default search box or on the Google Toolbar search box.
    If I click on something out of Firefox, such as my desktop or an open program, it jumps when I click the Firefox tab on my task bar to return to Firefox.
    When I click a shortcut link, such as in bookmarks, it does not do it.

    For those of you who have tried to clear this problem up with virus scans, various malware scanning programs, tdss rootkiller, etc....I have another possibility. I found another thread on this very forum where someone suggested the problem was in the router...specifically, there were manually entered DNS addresses in the router setup. I logged into my router (192.168.1.1) and sure enough, there were DNS addresses loaded and it was setup to use those DNS addresses. I simply clicked on the option to pull the DNS addresses automatically from my ISP, changed the password, and the problem was gone.
    Thanks to cr85tx for the solution!!!
    https://support.mozilla.com/en-US/questions/697011?page=1

  • Spry Accordian Invalid XHTML

    Hi:
    I created a spry accordian from DW CS3. Insert/Spry/Spry Accordian, but when I run through the W3C validation site I get the following error report:
    Line 182, Column 49:         Attribute "tabindex" exists, but can not be used for this element.
    <div id="Accordion1" class="Accordion" tabindex="0">

    You have used the attribute named above in your document, but the       document type you are using does not support that attribute for this       element. This error is often caused by incorrect use of the "Strict"       document type with a document that uses frames (e.g. you must use       the "Transitional" document type to get the "target" attribute), or       by using vendor proprietary extensions such as "marginheight" (this       is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in       the document type you are using, as an undefined element will have no       supported attributes; in this case, see the element-undefined error       message for further information.
    How to fix: check the spelling and case of the element and attribute,        (Remember XHTML is all lower-case) and/or        check that they are both allowed in the chosen document type, and/or       use CSS instead of this attribute. If you received this error when using the        <embed> element to incorporate flash media in a Web page, see the        FAQ item on valid flash.
    Here's the code straight from DW. Any help much appreciated TIA!
    <!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>Untitled Document</title>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 1</div>
        <div class="AccordionPanelContent">Content 1</div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 2</div>
        <div class="AccordionPanelContent">Content 2</div>
      </div>
    </div>
    <script type="text/javascript">
    <!--
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    //-->
    </script>
    </body>
    </html>

    Your best bet regarding that particular "error" (tabindex exists but cannot be used for this element) is to remove the tabindex attribute and value from your markup.
    Unless you have a good reason to have it there, it is basically nonfunctioning. There are probably other ways to set a tab order, but typically, accessibility indicates that you should set up your page (code) in the order that you would like it 'read' by screen readers. Then it will naturally tab from form element to form element in order.
    Beth

  • Muse page content "jumps" when using menu button

    I Created a simple portfolio website in Adobe Muse. Two pages (projects and contact) and for both using the same underlaying stramien page (don't know the English word for that). I added a menu widget to navigate between the two pages. Works fine, but whenever I use the menu button the page content (text and/or pictures) make a little vertical jump before they are in their right position. Obviously this little "jump" is not like it is supposed to be. The website is not yet published or online, cause it's not finished yet, but the problem occurs when I preview what I've made so far.
    What could be the cause of this problem and how can I repair it ??
    Alexander

    are you using Chrome?
    try loading my page, www.stacystechpubs.com using Chrome.
    Then you see a bar of menu items across the page (home, who am I, terms,...) try clicking on one, then the next one, then the next one. You'll see the box 'Stacy's Tech Publications' jumps when you click on a link.
    If you still aren't sure what I mean I need to take a screen capture video and upload it.

  • Spry Menu submenu items jump when clicked

    Here is the test site:
    http://jboyerdesign.com/keepsake/
    When you click on the submenu items, the menu jumps as if there is a different size defined for the text of the menu item as you click.
    Any ideas?
    I haven't edited the submenu CSS settings. I did change some things in the menu section:
    ul.MenuBarHorizontal ul
              border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
              display: block;
              cursor: pointer;
              background-color: #EEE;
              padding: 0.5em 0.50em;
              color: #333;
              text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
              background-color: #EEE;
              color: #A74343;
              padding: 0.5em 0.50em;
              text-decoration: none;
              font-weight: normal;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
              background-color: #EEE;
              color: #A74343;

    Lines 96-102 of nl3.css reads
    a:active {
        color: #996600;
        font-size: 0.95em;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: bolder;
    This interferes with the menu item list. If you change or delete the font-size, all should be well.
    Gramps

  • DW CS6 - Spry collapsible panels - How to have panel close when you click away from it?

    I know typically onmouseout is used to close other items, but I could not figure it out with the spry collapsible panel. I have the panel opening onclick and closing onclick, but I would really like for it to close when you click anything else on the page outside of the panel.
    Thank you!

    Sorry, I did not mean other collapsing panels close when you click away from it. I simply meant in general for the closing after clicking away function, you can use onmouseout. I was working on something with collapsing panels and I wanted it to show the information when you clicked on it, but when you click on another panel, they both remain open. I really want both to close. I believe accordion does this, but not quite what I am looking for either.
    Here is a better example of what I would prefer: Houston Public Library
    If you visit their page and click "Find it" a box pops down with information and then when you click anywhere else on the screen, it closes that box. When you click "Research," it closes the "Find It" box and opens the "Research" box. There is likely a much better way to do this, but I am pretty new to this.
    Any assistance is very much appreciated.
    Thank you!

  • How can I stop redirect and jumping when clicking on a link in Google search or on a web page?

    When I click on a link in Google (or other) search, or a button within a page, too often, at least half the time my request is REDIRECTED and JUMPS to another unwanted page!
    == This happened ==
    Every time Firefox opened
    == after attempting to clean the computer a few times

    Thank you, Weather15.
    I have cleaned my computer a few times since first noticing it, both with Spybot - Search & Destroy and CCleaner. Also have
    the latest version of AVG 9.0 Free checking for problems as I search.
    I am about to clean again though to see if it makes a difference.
    Had to do some updating a few days ago and haven't cleaned since then. Thanks again. Will let you know if this handles it!

  • I have iPhoto 08 and have been happy with it. Don't want to upgrade. But suddenly, when I click on an event, instead of all the photos, I just get one- enlarged- and cannot move to the next one. The photo just jumps up or down.  How to solve?

    I have posted "submit" twice and keep getting requests to submit again.  Now being asked to write a summary! Here we go.  I have iPhoto 08 and am happy with it.  Don't want to upgrade. But suddenly when I click on an event, instead of getting all the photos, I just get a large version of one photo and cannot move on to the others.  The right arrow will not move it and the photo just jumps around.

    Note the slider bottom right of the iPhoto Window. Drag it left.

  • Many of the internet radio stations that I usually listen to are no longer working. When I click on them, they either get stuck in connecting or just jump to the next station below. What gives?

    Many of the internet radio stations that I usually listen to are no longer working. When I click on them, they either get stuck in connecting or just jump to the next station below. What gives?

    Same thing here. Always listened to 96.9 The Eagle but not anymore. Skipped to the next station down.
    This is one of many. What's going on?
    Maybe Apple can tell us!!!!

  • TS1702 my ipod & itunes are fully up-to-date with 4.2.1 for ipod and the itunes 11.0.1 and every app (ex facebook & ice cream jump says i need 4.3 version but when i click all updates say its all up to date. I have tryed restoring it 4 times to factory as

    my ipod & itunes are fully up-to-date with 4.2.1 for ipod and the itunes 11.0.1 and every app (ex facebook & ice cream jump says i need 4.3 version but when i click all updates say its all up to date. I have tryed restoring it 4 times to factory as well. Please help I have set-up over 10 ipods and differents generations and have never had this issue like this, I even have all ratings ristriction unchecked and payment info in itunes so i need help please

    but i could download on others ipods in same gen, facebook and ice cream tower, everything i look up and try install always says that for apps so your saying that i can not ever download any apps to this ipod ever againÉ

  • EXCEL - when I click in a cell or in the formula bar, the page jumps down.

    When I click in a cell or in the formula bar, the page jumps down. 
    I am not clicking on the border, so it's not that. 
    It doesn't happen in all documents... just some.  I copied the info to a new doc and it didn't do it right away, then started happening.
    Macros are off.
    How can I make this stop happening?
    Thanks!

    Plesase post Excel related questions on Microsoft's own forums for their Mac software.  Apple Communities only provide support for Apple products:
    http://answers.microsoft.com/en-us/mac

  • Itunes does not open. When I click on itunes it jumps ones and does not open in macbookpro

    itunes does not open. When I click on itunes it jumps ones and does not open in macbookpro.NEED AN ANSWER NOW!!!

    Hey sebasac,
    Thanks for the question. I understand you are experiencing issues with iTunes on a Mac. Let’s see if we can isolate this issue by starting iTunes in safe mode:
    iTunes: Troubleshooting issues with third-party iTunes plug-ins
    http://support.apple.com/kb/TS3430
    There are several ways in which an add-on can cause iTunes to act erratically, such as those listed below:
    - Loss of iTunes functionality, such as the Visualizer.
    - Distortion or irregularity in the iTunes interface.
    - Slow performance.
    - iTunes won't open or quits unexpectedly.
    - You see an alert while syncing stating "... cannot be synced. A duplicate file name was specified."
    If you notice any of the above symptoms or other unusual behavior, you can disable any plug-ins not manufactured by Apple by opening iTunes in Safe Mode. This is done by holding down the Option and Command keys (on Mac OS X) or holding down the Shift and Control keys (on Windows) while opening iTunes. If performed correctly, you should see the following dialog before iTunes finishes starting up:
    "iTunes is running in Safe Mode. Visual plug-ins you have installed have been temporarily disabled."
    If the above does not resolve your issue, I’d like to isolate further by testing in another user account:
    Isolating an issue by using another user account
    http://support.apple.com/kb/TS4053
    Symptoms
    When isolating issues and/or troubleshooting software issues in OS X, you might want to use a different user account. Learn how to use this technique to narrow down the cause of an issue.
    Resolution
    The issue at hand may simply be caused by a bad preference setting or user-specific data file. With proper isolation, you can avoid time-consuming and inappropriate troubleshooting methods.
    Thanks,
    Matt M.

  • Why does my computer seem to JUMP when i put the cursor on an item i want to click?

    why does my computer screen seem to JUMP when i put the cursor on an item i want to click on?

    You should post that on the Boot Camp  forum, that is where all the Boot Camp and Windows guys hang out.
    Good luck.

  • Jump from alv report to FB03 screen when u click BELNR field

    Hi experts,
    I developed one alv report in that one field is there (BELNR .When u click on BELNR field it will directly go to FB03  screen.
    I wrote in this way.
      FORM USER_COMMAND USING UCOMM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD
      CASE SELFIELD-FIELDNAME.
        WHEN 'BELNR'.
          READ TABLE T_FINAL INDEX SELFIELD-TABINDEX.
          SET PARAMETER ID  'BLN' FIELD T_FINAL-BELNR.
          CALL TRANSACTION 'FB03'   AND SKIP FIRST SCREEN.
      ENDCASE.
    ENDFORM.
    But it is going to initial screen then u enter year it is going to next screen but i don't want this.
    I want to go to directly fb03 screen without entering year in the initial screen.Is it possible? pls help me in this.

       IF  RS_SELFIELD-FIELDNAME = 'BELNR'.
                    READ TABLE GT_FINAL INTO GS_FINAL INDEX RS_SELFIELD-TABINDEX.
                   SET PARAMETER ID 'MBN' FIELD GS_FINAL-BELNR.
                    CALL TRANSACTION 'MIGO' AND SKIP FIRST SCREEN.
               ENDIF.
    i m not getting the value of belnr in migo here is my code

  • For several weeks now, when I click on items on a mozilla page, I get redirected or jumped to some other site. Why is this happening, and how can I stop it?

    When I click on an entry it doesn't take me to that entry -- it takes me to another website. The only way I can seem to get directly to the entry is to cut and paste the URL directly. I never used to have to do this. What is happening?

    This type of behaviour can be caused by malware. Try running several malware scanners. It is best to run several as each will pick up things that the others miss. Some scanners you can try are:
    * Malwarebytes - http://www.malwarebytes.org/mbam.php
    * SuperAntiSpyware - http://www.superantispyware.com
    * Ad-Aware - http://www.lavasoft.com/products/ad_aware_free.php
    * Windows Defender - http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    * Spybot S&D - http://www.safer-networking.org/en/home/index.html

Maybe you are looking for

  • DVDSP2 Final Print "Flickering"?

    Hi, I'm running into a problem with DVDSP2 where my preview looks great (in simulator) but my final build produces a subtle yet annoying flickering effect during playback. My audio was encoded using A.Pack and my video was pre-encoded, using Compress

  • Behavior of ttf-sazanami with Firefox in different languages

    Yesterday I installed ttf-sazanami as a solution for font rendered on Japanese websites, but today I noticed it's being used in Firefox as the font on websites that are explicitly English and even specify <html lang="en">. Until now, it's been using

  • Maximum width of a smartform window

    Hi all,     I have created a smartform table with 36 fields. I tried to show all the fields within the 29 CM table width.     But its saying that 'MAIN WINDOW DOES NOT FIT INTO PAGE'. I used the Landscape format only. Even then, its not allowing me t

  • Simple example of a custom annotation    for log

    Please help me write me my custom annotations. I like to use them to provide log ,security etc . I did not find articles where I can write my annotation to change the behaviour. Suppoe I decare annotation on a method , I want jvm to call code in my a

  • Working off flash

    I just purchased a 13" Macbook Air. With only 101GB available on the SSD; would there be any problem were I to work on documents directly off a flash drive, or work directly off an SDXC card? /Geo