Re: [jQuery] Re: Accordion help ....

2010-02-28 Thread Nathan Klatt
On Sun, Feb 28, 2010 at 12:00 AM, Erik eriks...@mac.com wrote:  { $(this).removeClass(ui-state-active); } No, don't do that - that'll screw up the accordion, I expect. I mean something in the css like: .ui-state-active:hover { background-color: inherit; /* or none or some specific color */ }

[jQuery] Re: Accordion help ....

2010-02-27 Thread Erik
Thanks nathan... Where would I place this in this? $(function() { $(#accordion).accordion({ autoHeight: true, header: '.subcat' }); { $(this).removeClass(ui-state-active); } Is this the correct format? Erik On Feb 26, 3:56 pm, Nathan Klatt n8kl...@gmail.com wrote: On Fri,

[jQuery] Re: accordion help needed

2009-06-03 Thread waseem sabjee
in your accordion setup $(#accordion).accordion({ autoHeight: false }); On Wed, Jun 3, 2009 at 6:49 PM, gaurav gauravofin...@gmail.com wrote: Hello Guys, I have applied the jquery accordian on this site:- http://renegadehealth.com/blog/ If you see on the