[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-27 Thread Hetneo
Further to that last post. I have placed the contents of the Parent menu item into a div. However, superfish is adding the list items within the div. One way of solving my issue could be getting superfish to ignore certain ul buried in parent items, but how do I do this? This is the

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-27 Thread Charlie
superfish doesn't add items, it only animates them *if* they exist did you look at the working example i shared with you? Using superfish it shows several methods to do what you need without using ul's in the div if you are stuck on using ul's inside the div then you would need to do some

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-27 Thread Hetneo
Hehe.. I was afraid you were going to say that. jQuery is my strongest point (as you have probably already guessed) and I am running out of time. BUT I will definitely donate to your wonderful project if you could help me with this custom scripting (hehe.. desperation + desire to use superfish

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-26 Thread Ischa Gast
That's great news. Would be interested to see the final product. Are there any hints you can give me or point me to a file I can be focusing my attention to achive this? It's a custom made script where you can choose what child you want to target, something superfish doesn't have but would

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-26 Thread Mohd.Tareq
Hi Hetneo, Its easy to get that kind of menu using javascript / jquery code. See they have written plugin based on ul li. Now here is a solution like Ischa I guess ;) Step : 1 - Create Main menu div menu1,menu2,menu3,etc 2 - Create another menu below each menu div [menu1 - sub-menu1] 3 - Use

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-26 Thread Hetneo
Hi Mohammad, You're exactly right. That's is the functionality of the superfish extension for Joomla. I found this tutorial very helpful: http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/ In this case however, superfish (

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-26 Thread Mohd.Tareq
Hi, Hmm...I had worked with CMS 'Silverstripe' in that we do get varaibles 'current' for current page 'link' for other pages. We do get all pages name from parent table.So I do retrive menu names based on pages from particular field names.Displaying with if exp 'Current' then 'Link'. In

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-26 Thread Charlie
simple recipe for multi column subs with superfish put div into 2nd level li. Put whatever you want inside this div, images, multiple divs, heading tags etc. Style divs any way you need use supersubs.js to adjust widths if not all sub menu's are same width Hetneo wrote: Hi

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-26 Thread Hetneo
Hi Charlie, I guess the next question is what happens if there are li items within the div? Superfish does not display the grand child menu items when hovering over the parent. I.E. ul id=menu li id=5 class=item5 a href=/index.php?option=...spanParent1/span/a

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-25 Thread Hetneo
Hi Ischa, Any luck in implementing a solution? I, too, am after a mega menu style, like www.ea.com Any suggestions on how to go about this? Thanks for your help, Charles On May 14, 4:53 pm, Ischa Gast cont...@ischagast.nl wrote: Have you taken a look

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-25 Thread Ischa Gast
For now, not using Superfish I think. I used a script from a colleague of mine, but that script is not public available right now. Maybe in the future Sorry that I can't help you. Gr Ischa On Mon, May 25, 2009 at 11:33 AM, Hetneo charles.kingsley.no...@gmail.com wrote: Hi Ischa, Any

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-25 Thread Hetneo
Hi Ischa, Thanks for the fast reply mate. That's great news. Would be interested to see the final product. Are there any hints you can give me or point me to a file I can be focusing my attention to achive this? Thanks, Charles On May 25, 7:56 pm, Ischa Gast cont...@ischagast.nl wrote: For

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-14 Thread Ischa Gast
Have you taken a look at http://users.tpg.com.au/j_birch/plugins/superfish/#getting-started Yes I looked at it but I can't find an example with a div that has to show. or tried only using lists with more complex CSS rather than div's? I need to use that div element because of the complex

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-13 Thread andy
Have you taken a look at http://users.tpg.com.au/j_birch/plugins/superfish/#getting-started or tried only using lists with more complex CSS rather than div's?