[jQuery] Re: Nested Accordion

2009-11-18 Thread Akbar
Hi Adriana, I am almost done with it. I do have one question. I am trying to remove Underline from all text in the accordion. I am using text- decoration:none. It does remove it from the first and the second level but the third level of nesting still contains underline. If I do an inline style of

[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 akbareh...@gmail.com wrote: Hi Adriana, I

[jQuery] Re: Nested Accordion

2009-11-18 Thread Adriana
You are welcome Akbar and I’ll be glad to see the live version of your accordion. Regards, Adriana On Nov 18, 10:43 pm, Akbar akbareh...@gmail.com wrote: Never mind. I was missing something obvious. I added another style: .accordion a{text-decoration:none;} and it is all good. Once I

[jQuery] Re: Nested Accordion

2009-11-16 Thread Akbar
Hi Adriana, I am trying to use your Side Column nested accordion. I am trying to use it as right hand navigation. I am having all kinds of issues with it. It appears that the CSS for our WWW site may be conflicting with wrapper, container styles of the CSS for nested navigation. I tried renaming

Re: [jQuery] Re: Nested Accordion

2009-11-16 Thread Akbar Ehsan
Unfortunately, I am working in my development area and can not show you the page. In itself it works fine. But when I try to remove/rename your container style from the CSS, my CSS navigation container on the left disappears. Could you, please, explain the purpose container and wrapper classes

Re: [jQuery] Re: Nested Accordion

2009-11-16 Thread Jonathan Vanherpe (T T NV)
Use FireBug to see which styles apply to what element and where they're defined. If you don't show any code it's hard to help you. Jonathan Akbar Ehsan wrote: Unfortunately, I am working in my development area and can not show you the page. In itself it works fine. But when I try to

[jQuery] Re: Nested Accordion

2009-11-16 Thread Akbar
I am using Firebug. The code I have in my CSS: #wrapper { margin-left: auto; /*centers the div in Mozilla*/ margin-right: auto; /*centers the div in Mozilla*/ width:775px; } #container{ width:775px; height:auto; clear:both; margin-left:

[jQuery] Re: Nested Accordion

2009-11-16 Thread Adriana
Hi Akbar, You don't need ANY css styles from my demo page, you need ONLY the script nested_accordion.js. Place your unordered list wherever you want in your HTML document and style it to correspond your page style. For example, if your page structure is something like this: body div

[jQuery] Re: Nested Accordion

2009-11-16 Thread Adriana
Sorry, my mistake: The variable 'containerID' in the script is the ID of the closest named container of the accordion. In the above example containerID = #rightcol.

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 adipa...@yahoo.com wrote: Sorry, my mistake: The variable 'containerID' in the script is the ID of the closest named

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 adipa...@yahoo.com wrote: Hello Akbar, Here are two links that provide examples of nested accordions:

[jQuery] Re: Nested Accordion

2009-11-13 Thread MorningZ
Nothing jQuery, or anything client side for that matter, should have any sort of server-side requirement any HTML that PHP can generate can be done by Perl, Cold Fusion, .NET, etc etc On Nov 13, 2:59 pm, Akbar Ehsan akbareh...@gmail.com wrote: Hello Adriana, Thanks, Does it require

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

[jQuery] Re: Nested Accordion

2009-11-13 Thread Adriana
Hello Akbar, No, it does not require any PHP or other server-side code. If you use http://adipalaz.awardspace.com/experiments/jquery/nested_accordion.html just place the script nested_accordion.js in some directory of your site, for example in the directory 'scripts'. Add the following code

[jQuery] Re: Nested Accordion

2009-11-13 Thread Adriana
Add this CSS declaration: .accordion li {list-style-type:none} On Nov 13, 10:21 pm, Akbar Ehsan akbareh...@gmail.com wrote: 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

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 adipa...@yahoo.com wrote: Hello Akbar, No, it does not require any PHP or other server-side code. If you use

[jQuery] Re: Nested Accordion

2009-11-12 Thread Adriana
Hello Akbar, Here are two links that provide examples of nested accordions: http://adipalaz.awardspace.com/experiments/jquery/nested_accordion.html http://blog.evaria.com/wp-content/themes/blogvaria/jquery/index-multi.php Regards, Adriana