Accordion panel "blank" in IE6; shows on accordion tab hover

this is a weird one. I'm using Spry1.5 accordion with 3
panels. The accordion panels themselves each contain a form and
some tables and whatnot. the markup appears to be valid.
Everything works fine in firefox. but in IE 6, i get this
behavior: the panels open properly and all that, but the div itself
is "blank", meaning none of the content shows up. However, when I
hover over any of the panel tabs, the content appears.
I'm at a loss. Has anyone else ever experienced anything like
this and, if so, how do you work around it?
It's hard for me to post code because this is in an internal
site, and also there's all kind of other js and css being brought
into the page. i'm trying to extract all of it so that i can put it
online somewhere, but it's taking me some time.
thanks so much.
Marc Esher

It seems that this behavior can be caused by multiple
factors. Several of the solutions suggested by others didn't help
me. In my case, I discovered that the problem could be solved by
turning off panel animation. In order to keep the animation in
non-MS browsers, I trap for IE and append the proper code if
necessary,in PHP:
(This code also uses the $accOpen variable (set elsewhere) to
specify which panel to open when the page loads. Obviously, you can
remove this if you don't need it.)
quote:
// Trap for Internet Explorer, because animation screws up
the display
$ua = $_SERVER['HTTP_USER_AGENT'];
$ie = "";
if(preg_match("/MSIE/", strtoupper($ua)))
$ie = ", enableAnimation: false";
?>
<script type="text/javascript">
<!--
var Accordion1 = new Spry.Widget.Accordion("Accordion1",
{defaultPanel: <?= $accOpen ?><?= $ie ?>});
//-->
</script>
I hope this helps.
Regards,
Bill Krauss

Similar Messages

  • Accordion tabs w/panel sub-nav - default open issues

    I have a spry accordion in a left sidebar, and I'm using it as navigation for a slideshow for a website I'm working on. Each of my 5 accordion tabs has a different category of slideshow, with each panel having multiple sub-navigation links that each link to a different slideshow which appears in the main part of the page (to the right of the sidebar). Say it's something like this:
    VENUES (tab)
    (start panel)
    Bayside Restaurant (link)
    Historic Ballroom (link)
    Western Ranch (link)
    (end panel)
    ACTIVITIES (tab)
    (start panel)
    Surfing (link)
    Dancing (link)
    Horse back riding (link)
    (end panel)
    The sub-navigation to each slideshow is activated by simply clicking on the text, which I linked with the "point to file" link tool in the properties menu. 
    Ideally, I'd like to work with one template in Dreamweaver for all pages/slideshows I'm creating, but I'm running into a problem.  I know how to change the default panel in the .js so that a different one appears open when a user first accesses the page, but I can't figure out how to get the default panel to change when the user clicks on a different panel and attempts to use the subnavigation.  The subnavigation works just fine (it takes the user to the correct slideshow), but then the panel snaps shut instead of remaining open on the one the user selected.
    (So, to further explain with the example above, say the user wanted to look at all the links in the "Venues" tab, but the default is to have the "Activities" tab open on arrival.  The "Venues" tab opens just fine on the click, but as soon as the user clicks on, say "Bayside Restaurant," the correct slideshow appears to the right, but then the "Venues" tab snaps shut and the "Activities" tab and its sub-navigation appears open again. The user then has to click on the "Venues" tab again if s/he wants to see the other options and view a different slideshow, rather than simply being able to click on the next link.) 
    I tried making multiple templates, with different default panels open as a solution, but that's not working either. . .for some reason it keeps defaulting back.  
    Does this make sense?  Are there any solutions to this problem? Any help would be much appreciated.
    Thanks!
    Rebekka

    I think I found your problem.  It lies in the Javascript:
    <script language="JavaScript" type="text/javascript">
    var indexAccordion = new Spry.Widget.Accordion("indexAccordion");
    var acc1 = new Spry.Widget.Accordion("indexAccordion", { useFixedPanelHeights: false });
    </script>
    You have essentially duplicated the code in order to accomodate the useFixedPanelHeights.  Consolidate it into single one, and remove the duplicate:
    <script language="JavaScript" type="text/javascript"> var acc1 = new Spry.Widget.Accordion("indexAccordion", { useFixedPanelHeights: false }); </script>
    IE might be having trouble understanding the double instances of the script and is ignoring the latter one.  Just keep the latter one and it might fix it.
    Also, thanks for the tip, but I use Chrome's Developer Tools... it just didn't cross my mind since I've been busy =)

  • Link to specific accordion tab from other page

    Hi all, were working on a site that has recipes page.
    there are few recipes and they are all within an accordion widget.
    when you click on the title ie: Apple pie the tab opens and shows the info.
    My question is : Is it possible to link to that specific accordion tab on the recipes page?
    For example: on the apple page there is a link to the apple pie recipe (which is inside an accordion)
    is that possible?
    yd.

    i meant.
    if you have a page. and on that page there is an accordion with multiple tab (or panel or whatever they are called)
    i would need to make link on another page that link straight to a specific opened tab in the accordion. like an anchor link on another page, but
    have the accordion panel open instead.
    understand
    sorry for the lousy english.
    yd.

  • How to Disable Accordion Tab?

    HI. My first visit here...
    Is anyone knows how to disable all accordion tabs and be able
    to open each next from inside previous.
    I know there are some nice samples on how to programatically
    open panels and tabs, but on the same time each of panels or tabs
    can be open by simply clicking on it. I need to restrict user from
    opening tab, unless info is entered inside previous tab content...
    Any advice is appreciated.

    This question has been asked before. Once again, you can NOT do this using pure java. This could be done in Windows using JNI and a keyboard hook or interfacing with the screensaver API perhaps.

  • HT1351 I have a apple ipod touch but recently I restored all the settings, as well as the applications. But now I am not able to add songs to it. There is blank screen that shows the symbol like to connect to itunes first. I'm not able to use that... Plea

    I have a apple ipod touch but recently I restored all the settings, as well as the applications. But now I am not able to add songs to it. There is blank screen that shows the symbol like to connect to itunes first. I'm not able to use that... Please help

    The iPod's firmware is corrupt. You'll need to restore it again in iTunes. If necessary, place the iPod in recovery mode for iTunes to recognize the device. Use the instructions in this Apple support document to walk you through the process of placing the iPod Touch into recovery mode.
    iOS: Unable to update or restore
    B-rock

  • Slide show in a Tabbed Panel

    I created a moving slide show using Creative DW Image Show Pro (a Dreamweaver extension) and inserted it into a tabbed panel created in Dreamweaver using the Tabbed Panel Widget. It's a three tab panel with an image show, SWF, planned for each tab. The first tab accepted the image show and seems to be working fine. But when I loaded the second show in the second tab, it did not work.
    I have read the code a number of times and have found nothing wrong, but my knowledge in that area is limited.
    I am working in Mac OS 10.6.2 and in Dreamweaver CS4.
    You can find the uncooperative page at
    http://dcarchts.com/projects.html
    Thanks,
    Merle

    This can be done in iweb using 'my albims' page, I posted various versions of this (of the same javascript). But here it is (again), add the following to your 'My Albums' pae using HTML Snippet:
    <script type='text/javascript'>
    function redoMediaGridWidget() {
    headerControlsDiv = parent.document.getElementsByClassName('com-apple-iweb-widget-headercontrols')[ 0];
    headerControlsWidget = headerControlsDiv.widget;
    mediaGridID = headerControlsWidget.p_mediaGridID();
    mediaGrid = parent.document.getElementById(mediaGridID);
    if (mediaGrid) {
    mediaGridCount = mediaGrid.childNodes.length;
    for (mgi = 0; mgi<mediaGridCount; mgi++) {
    mediaDiv = parent.document.getElementById('gridEntry' + mgi);
    mediaDiv.removeAttribute('onclick');
    slideDiv = mediaDiv.widget.getElementById('slideshow_placeholder');
    mediaDiv.widget.p_startSlideshow(slideDiv);
    mediaDiv.addEventListener('mouseover', function(){mediaDiv.widget.p_scrub(slideDiv);});
    mediaDiv.addEventListener('mouseout', function(){mediaDiv.widget.p_startSlideshow(slideDiv);});
    clearInterval(chkMediaGridWidget);
    chkMediaGridWidget = setInterval('redoMediaGridWidget()', 500);
    </script>
    here is my example: http://widgets.cyclosaurus.com/ImageRotate2/ImageRotate/ImageRotate.html

  • Accordion tabs

    Hai Adobe users,
              I am using accordion container.Normally  in accordion using selectedindex=0 then first tab willbe open...but i want initially,all accordion tab willbe open.. How is it possible..plz guide me...
    Thanks & Regards,
    Sivamurugan.A

    It is only possible to open one tab initially. What do you mean is a component like the WindowShade of flexlib.
    Link: http://flexlib.googlecode.com/svn/trunk/examples/WindowShade_Sample.swf
    You have to use this component or to develop a custom component.

  • My front panel blanks while I use the panel bounds property

    When I execute the PanelBounds property of the front panel, the panel seems to blank for a brief moment allowing me to see the desktop and then reappears.  I am wondering how to prevent this behavior or approach the problem in a different way.  Any ideas?
    Solved!
    Go to Solution.
    Attachments:
    fp_blanking.jpg ‏56 KB

    Here is a demo version that demonstrates my issue.
    Open the dummy user interface (UI.vi) and the main program (Main.vi).  Run Main.vi.  See how the UI flashes when changing areas of interest.  I can see the desktop during the transition since the front panel blanks.
    Tip:  Close the front panel with Alt-F4 since it will be full screen.
    Attachments:
    demo2.zip ‏33 KB

  • Properties panel does not entirely show

    Part of the properties panel is not shown - what cause this? - how can it be fixed?
    Using DW CS4 and Win 7
    Arrows show how parts of the panel are not seen

    1600 to 900 is screen resolution and font size was 125% - changed it to 100% and that allowed full properties panel to be displayed
    Thanks everyone - Merry christmas
    Date: Thu, 19 Dec 2013 15:00:47 -0800
    From: [email protected]
    To: [email protected]
    Subject: Properties panel does not entirely show
        Re: Properties panel does not entirely show
        created by Nancy O. in Dreamweaver support forum - View the full discussion
    What screen resolution are you using on your display settings?
    What font sizes are you using on your system?
      Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5946046#5946046
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5946046#5946046
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5946046#5946046. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Access Objects In Unselected Accordion Tab

    im trying to gain access to text fields in tabs of a accordion that arnt currently selected by the user so that i can save/load them. is there a way to maybe set it so these objects are always accessible?

    You should have access to the text fields on another accordion tab as long as they have ids, even though they are not selected. Tab selection should not be an issue.

  • Radio buttons inside Accordion tab?

    So I upgraded to 1.6.1 and fixed my IE issues, but it broke
    my radio buttons. On my page (
    Here) I've
    got radio buttons nested inside the accordion tabs. In the previous
    version (1.4) everything worked fine, but after the upgrade they
    don't stay checked when you click on them. Any ideas?
    Thanks,
    Rory

    There is limited documentation on this, but you might want to use the table select phase listener.
    You can see this in action in the following sample app: http://blogs.sun.com/roller/page/divas?entry=table_component_sample_project
    You can read a bit about it here:
    http://blogs.sun.com/roller/page/winston?entry=single_selectable_row_table_component

  • Drag and drop accordion tabs

    Is it possible to drag and drop accordion tabs, so that I can
    rearrange its children?

    Hi,
    Do you get any error message/code?
    Based on your description, I would like to suggest you try the following to check the issue:
    1. Run Internet Explorer Performance Troubleshooter.
    The Internet Explorer Performance Troubleshooter is an automated tool which will check for any performance issues which are common with the Internet Explorer on the computer and provides the details on how to fix them. Follow these steps and run the troubleshooter.
    a. Press “Windows Logo” + “W” keys from the keyboard.
    b. Type “Troubleshooting” in the search bar and press “Enter”.
    c. In the “Troubleshooting” window, click on “View All” on the left pane.
    d. Click on “Internet Explorer Performance”.
    e. Click on “Advanced” and then click on “Run as Administrator”.
    f. Click “Next” and follow the on-screen instructions to complete the troubleshooting process.
    2. Run IE with no add-ons. Click Start -> All Programs -> Accessories -> System Tools -> Internet Explorer (with no add-ons). 
    3. Reset Internet Explorer settings.
    http://support.microsoft.com/kb/923737
    Please understand that reset Internet Explorer to its default configuration. This step will also disable any add-ons, plug-ins, or toolbars that are installed.
    4. Try to reinstall the IE 11 for a test.
    How to reinstall or repair Internet Explorer in Windows 7, Windows Vista, and Windows XP
    http://support.microsoft.com/kb/318378/en-us
    If the issue still occurs, you may boot the computer in safe mode and check if that helps.
    Advanced startup options (including safe mode): 
    http://windows.microsoft.com/en-US/windows7/Advanced-startup-options-including-safe-mode
    Regards,
    Blair Deng
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I am having hp 4500 g510h printer, in control panel display it is showing "redial in 0" if

    i am having hp 4500 g510h printer, in control panel display it is showing "redial in 0" if we press it will show busy in the display panel.
    This question was solved.
    View Solution.

    This was quite a pain to solve, and as my client's printer was out of warranty HP telephone support wanted at least $20 to even try to fix it.
    Anyway, I was able to fix it myself by hard resetting the printer:
    1) unplug the power cord
    2) hold buttons '#' and '6' as you plug it back on
    3) while still holding, power on the printer
    4) after a few seconds, it will show semi NVM reset or something like that, and start the factory default setup (pick language, align cartridges, etc.)
    You should be able to access printer functions again as usual after that.

  • Format address panel in iCal to show Department from the address book. At the moment it is showing 'Job Title' even though that has been removed in Address Book.

    Can anybody help please How do I Format address panel in iCal to show Department from the address book. At the moment it is showing 'Job Title' even though that has been removed in Address Book.

    I have a similar problem. I actually spoke with a Paypal customer Representative a few months back who informed me that they had deleted all of my previous *Hidden* Address but when I just purchased an item today on a online merchant's site that I had never been to before and checked out using their Paypal option, I noticed that my default shipping address was in fact my old address and when I went to change the address to my current address, I noticed all of the old addresses I ever used were still there. I've just spoken with 2 separate paypal representatives who confirmed on their end that all of the old address have been deleted and the only one they have on file is my current address. Can anyone provide me an explanation as to why the old hidden address can still be showing up when I check out on merchant's sites using paypal even after they've seemingly been deleted? The last Representative suggested clearing out my browser's cache, but I don't believe that will resolve my issue. Thank you in advance.

  • I have the Creative cloud panel blank... without apps...

    I have the Creative cloud panel blank... without apps... i just restarded 5 times...What should I do? I subscribed to photography and I only one active computer ... qiuesto would be the second. I do not know what to do ...

    first, close your cc desktop app.
    then, rename the opm.db file by:
        navigate to the OOBE folder.
            Windows: [System drive]:\Users\[username]\AppData\Local\Adobe\OOBE
            Mac OS: /User/<username>/Library/Application Support/Adobe/OOBE folder
        and rename the opm.db file to opm_old.db, eg
    finally, launch your cc desktop app.
    if that fails: https://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html

Maybe you are looking for

  • Fonction sketch and line art

    Qui à des informations sur la fonction sketch and line art se trouvant dans le menu objet des dernières version de CC ??? Google et l'aide illustrator ne sont pas avares en info sur cette fonctionnalité passé sous silence...

  • Double NAT Error with Airport Extreme and Airport Express

    I have an Airport Extreme 802.11n base station which is connected to my DSL Modem/ Router via Ethernet. I have a MacPro which does not have an airport card installed so I bought an Airport Express 802.11n - which is connected to my MacPro via etherne

  • ADSL usage has dssapeared from 24x7 app & under my online account

    Since connecing to Telstra Air my broadband usage for ADSL no longe exists when viewing on the 24x7 app & also when i log into my Telstra account, the service is no longer showing up under my account services but i still have adsl connected to the ho

  • Backup failed since Mavericks update

    What do I do to make my Time Capsule work since I updated to Maverick. It says backup Failed because the Time Capsule is already in use.

  • Jcontrol.exe is stopped when starting J2EE in SAPMMC

    Hello, I installed NetWeaver 04 Sneak Preview version with SP16 in my machine. My machine is running on Windows XP with SP2. It works fine before when there is only 1GB RAM, but recently I extended the RAM to 2GB. And I find when I start J2EE in SAPM