[jQuery] Suckerfish

2006-09-24 Thread TJ
Hi, I am using the suckerfish plugin. How can I make it so I can have a drop down menu from a drop down menu. -Menu | -menu 1 -menu 2 | - menu 2.1 - menu 2.2 -menu 3 -menu 4 Thanks -TJ ___ jQuery mailing

[jQuery] Suckerfish conversion

2006-09-18 Thread abba bryant
I know there is a lovely suckerfish plugin already. I took it upon myself as a learning exercise to convert some dom manipulation / css manipipulation scripts from around the web. the son of suckerfish dropdown code here http://www.htmldog.com/articles/suckerfish/dropdowns/example/ uses the follo

Re: [jQuery] Suckerfish

2006-09-25 Thread Dan Atkinson
How about having a list as an item of the sublist? Menu 1 Menu 2 Menu 2.1 Menu 2.2 Menu 3 Menu 4 I'm not overly sure about Suckerfish though, as I don't have it to hand. But most JS-based menu systems work using lists, and something like this would be acceptabl

Re: [jQuery] Suckerfish conversion

2006-09-19 Thread abba bryant
Anyone have any ideas? This one is stumping me big time. A multilevel suckerfish plugin would be awesome. -- View this message in context: http://www.nabble.com/Suckerfish-conversion-tf2297242.html#a6394522 Sent from the JQuery mailing list archive at Nabble.com. __

Re: [jQuery] Suckerfish conversion

2006-09-19 Thread Olivier Percebois-Garve
This seems purely a css issue. Use editcss in FF to strip down your css so that u can find out what is causing your problem. Also try the css from the son of suckerfish article. But remember that suckerfish is not a unlimited level menu, since you need to add to the css for each additionnal level

Re: [jQuery] Suckerfish conversion

2006-09-19 Thread abba bryant
I don't think it is a css issue. If I remove the animation code ( the .hover functions outside of the document.all check ) the code works fine. The css and markup is directly from the "pretty" example on the son of suckerfish page. The possibility of a css error is the first thing I checked - than

Re: [jQuery] Suckerfish conversion

2006-09-20 Thread Olivier Percebois-Garve
var sfEls = $("#nav li");function(){ $(">ul", this).fadeIn("fast"); },Could it be because you are not targeting the same element ? On 9/20/06, abba bryant <[EMAIL PROTECTED]> wrote: I don't think it is a css issue. If I remove the animation code ( the .hoverfunctions outside of the document.all che

Re: [jQuery] Suckerfish conversion

2006-09-20 Thread abba bryant
I tried using selecting ("ul",this) as well and both seem to work in FF with the fade as expected. Here is the full source. http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> Untitled Document

[jQuery] jquery suckerfish drop down

2006-09-13 Thread Kevin Quillen
I’m attempting to use the Jquery suckerfish menu, which works fantastically with text. However, I am trying to use images for each parent li, and in IE images are not showing up. Is this not yet working in IE? It seems fishy in Firefox as well. Perhaps I am not looking at the css correctly