[jQuery] Re: Nested Accordion

2009-11-18 Thread Akbar
Never mind. I was missing something obvious. I added another style: .accordion a{text-decoration:none;} and it is all good. Once I have my simple nested accordion online in production, I will let you know. Thanks, Akbar On Nov 18, 4:34 pm, Akbar wrote: > Hi Adriana, > > I am al

[jQuery] Re: Nested Accordion

2009-11-18 Thread Akbar
z-index:9 } /* --- */ h3, h4, h5 a, h6 a, h2.h3 {padding:3px 10px} h4, h5, h6 {font-weight:700} /* --- */ .accordion, ul.accordion div ul {margin:0; padding:0 0px; width: 165px;} ul.accordion ul {margin:0; padding:0 0 0 20px;} .accordion li {list-style-type:none; width:165px;} /*Being Added by A

Re: [jQuery] Re: Nested Accordion

2009-11-16 Thread Akbar Ehsan
Thanks. Will give it a shot tomorrow. I have it almost figured out. But your explanation helps greatly and will make it easier for me. On Mon, Nov 16, 2009 at 8:31 PM, Adriana wrote: > Sorry, my mistake: > > The variable 'containerID' in the script is the ID of the closest > named container of t

[jQuery] Re: Nested Accordion

2009-11-16 Thread Akbar
my left navigation column disappears. Sorry, I understand the difficulty of our development instance not being open. If you can give me ideas, I will appreciate. If not, I will understand. Akbar On Nov 16, 11:24 am, "Jonathan Vanherpe (T & T NV)" wrote: > Use FireBug to see w

Re: [jQuery] Re: Nested Accordion

2009-11-16 Thread Akbar Ehsan
d "wrapper" classes play in your CSS and JS. I think if I am able to understand it well, I will be able to resolve my issues. Thanks again, Akbar On Mon, Nov 16, 2009 at 11:07 AM, Akbar wrote: > Hi Adriana, > > I am trying to use your Side Column nested accordion. I am trying to >

[jQuery] Re: Nested Accordion

2009-11-16 Thread Akbar
wrapper, container etc in your CSS , it did not work. Do you have bare-bones code for your Side Nested Accordion? Thanks, Akbar On Nov 13, 7:08 pm, Adriana wrote: > Add this CSS declaration: > > .accordion li {list-style-type:none} > > On Nov 13, 10:21 pm, Akbar Ehsan wrote:

Re: [jQuery] Re: Nested Accordion

2009-11-13 Thread Akbar Ehsan
Awesome. Your nested accordion is very nice. Thanks for all your help. Regards, Akbar On Fri, Nov 13, 2009 at 6:58 PM, Adriana wrote: > Hello Akbar, > > No, it does not require any PHP or other server-side code. > > If you use > http://adipalaz.awardspace.com/

Re: [jQuery] Re: Nested Accordion

2009-11-13 Thread Akbar Ehsan
I have it almost working. You are right nothing other than JQuery and CSS is needed. However, I get the bullet points next to plus and minuses as well. I am not yet sure why? If you have thoughts about it, please pass it along. Thanks, Akbar On Fri, Nov 13, 2009 at 3:45 PM, MorningZ wrote

Re: [jQuery] JQuery and Mootools still not working

2009-11-13 Thread Akbar Ehsan
;).fadeOut(" > > slow", function(){ >$j("#section").load("ajaxcontent.php?section="+section,false, > function() { > $j("#section").fadeIn("slow"); >}); > }) > return false; > } > It worked for me. All other

Re: [jQuery] Re: Nested Accordion

2009-11-13 Thread Akbar Ehsan
Hello Adriana, Thanks, Does it require PHP? I have no PHP skills. Regards, Akbar On Thu, Nov 12, 2009 at 9:12 PM, Adriana wrote: > Hello Akbar, > > Here are two links that provide examples of nested accordions: > > http://adipalaz.awardspace.com/experiments/jquery/nested

[jQuery] Nested Accordion

2009-11-11 Thread Akbar
Hello, I am looking for an example of nested accordions. Anyone seen that somewhere? A URL will help. Thanks.