accordion

AJAX Accordion renders scrollbars in Firefox but not IE

Hi all, Having a bit of a problem with the AJAX Accordion Control... I have two panes, one of which is open by default, but in Firefox it displays scrollbars across both axis - when you extend the second panel, these disappear. In IE no scrollbars are rendered - which is what i'm aiming for! Using FireBug, I can see that when the Acco...

Jquery Accordion Easing

I am trying to get a nicer feel to my drop down accordion...but it isnt happening for me...any ideas? Here is my code in the accordion itself... <div id="accordion"> <h3 id="branding"><a href="#">Branding</a></h3> <div>Lorem Ipsum is simply dummy text</div> <h3 id="website"><a href="#">Website<...

dojo AccordionPane onSelected replacement

According to the dojo docs, dijit.layout.AccordionPane is deprecated in favor of dijit.layout.ContentPane link: http://api.dojotoolkit.org/jsdoc/1.3.2/dijit.layout.AccordionPane I cannot find an attribute for ContentPane that functions similarly to the AccordionPane's "onSelected" attribute. Is there another widiget or another way to us...

jQuery UI Accordion "navigation: true" failed on nested <ul>

Hello, I am building an Accordion Menu using jQuery UI. But it appears to me that the navigation: true setter does not work for a nested <ul> tag. navigation: true works for Header A -> Link 1, Header B -> Link 2, but not for anything in subHeader under Header B (Link 3, Link 4). May I know if I am using an incorrect structure so that ...

ActionScript 3 accordion component child container overlay each other

Hi all, I use accordion list in as3 to display marker cluster info on google map. For some reason, the current selected child container(a vbox) is overlaid partly by the next container's label. And it seems the longer the accordion list, the bigger the area of the container will be covered. I tried to set the resizeToContent property to...

Tile inside Accordion does not resize correctly

In a Flex application I'm building I have an Accordion with a Tile component as shown: <mx:Accordion id="accordionShoppingBasket" width="100%" resizeToContent="true"> <mx:VBox width="100%" height="100%" > <mx:Tile id="tileOutNow" width="100%" height="100%" horizontalGap="12" verticalGap="30" paddingLeft="20" paddingRight="20" padding...

The jquery is not displaying correctly on IE7

I have an application where I'm using nested jquery, when I want to see the content of the accordion, it does not display until i mouse over on the content. I don't have this problem on firefox. Has any1 face this problem before? Any advice? ...

Problems calling jQuery function from within normal JavaScript function

Hi. Tried looking at other solutions but they don't quite answer my question so here goes. The code below shows me declaring an anonymous function to run when the document is ready which contains another function relating to a plugin which creates a horrizontal accordion. That function takes in certain properties and one property, even...

[jQuery UI - Accordion] Styling active header?

Hi, Simple issue: I am using Accordion without any UI themes (just barebones, using my own CSS). So far, so good, except that I cannot figure out how to set an "active" style for the currently selected header. The jQuery code: $("#menu").accordion({ event:"mouseover",header:"a.top" }); The HTML code: <a href="#" class="top">XXX1</...

IE6 load img using Accordion jQuery plugin

In IE6 only, using Accordion jQuery plugin to open DIV element, all img element (backgrounds too) inside the DIV are loaded at each click to open or close the choosen element. Exemple : there is 10 closed DIV, you click on the 2nd one to open it, you can see in the status bar the requests to load all img elements inside the both 10 DIV...

accordion menu error 1010

Hey guys, I'm trying to create an accordion menu off of an online tutorial. I followed every step (i think) on Original Tutorial but changed things according to my size, as well as make the instance names end with _mc or _txt accordingly. But for some reason it doesn't seem to be working. I'm getting the #1010 error and it doesn't re...

recalculate div height after jquery UI accordion sliding

Dear all, i have a page with 2 columns, content and sidebar (dom (html + css) not created by me, and there is no time to recreate the system) there is some jquery on document ready, to calculate the height of the content, and make the sidebar the same height. now recently we were asked to insert an accordion, and the previous person t...

Drag-and-drop accordion panels? (ASP.Net)

Hello, I have a set of accordion panes(dynamically created) contained in an Accordion control. Basically, what I am wanting is for the user to be capable of dragging these accordion panels so that instead of A pane B pane C pane They can drag and drop it to be something like B pane A pane C pane Or whatever. Also, more importantl...

JQuery accordion - unbind click event

I am writing a form wizard using JQuery's accordion module. The problem is I want to override any mouse clicks on the accordion menu so that the form is validated first before the accordion will show the next section. I have tried the following: $('#accordion h3').unbind(); $('#accordion h3').click(function() { if (validate()) { ...

How to apply jQuery Accordion to radio button group?

Is it possible to apply the jQuery accordion effect on a group of radio buttons? I tried putting each radio input into it's own div, but then the radio buttons themselves don't select/unselect when I click on them. ...

how to disable certain links of jquery accordion

Hey Everyone I am currently implemented a jquery based accordion on a navigation section, but some parts of the navigation don't need to be part of the accordion (if there are no categories etc) i am just wondering if it is possible to disable parts of the accordion or not ? i get the feeling this could be impossible but this site has ...

How can I get the click event of an ajax accordion? asp.net

I have an ajax accordion, and each pane contains an updatepanel (created dynamically). I want the updatepanels to refresh when the header of the pane is clicked, but there is no click event. I can pop a button in the header, and register it as an asynch trigger using the scriptmanager, but I don't want a button, I want the entire header...

JQuery Accordion - bottom-up in stead of top-down

Hi there, I have a question about the accordion plugin for jQuery. Basically, I've got it to work on my site nicely, there's just one thing that I'd have liked it to do and that is bottom-up opening in stead of top-down. What I mean by that is that my 3 buttons just stand in the vertical menu (div) in the bottom. And when you click it, ...

jquery accordion arrows

How can i add two arrows to mjquery accordion? One when its closed and one when its active? ...

jQuery Accordion populated by XML file, how?

Hi, pulling hair out here, is there any tutorial or snippets to enable me to create an accordion that is powered/populated by an XML file? Currently my XML file is loaded ok, but every entry appears in a single accordion header.. obviously I need each XML chunk in a different accordion thingy.. head hurts. update: <forces> <force> ...