Re: [jQuery] Suckerfish

2006-09-25 Thread Dan Atkinson

How about having a list as an item of the sublist?

ul
  liMenu 1/li
  liMenu 2
ul
  liMenu 2.1/li
  liMenu 2.2/li
/ul
  /li
  liMenu 3/li
  liMenu 4/li
/ul

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 acceptable.


Tom Shafer-2 wrote:
 
 
 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 list
 discuss@jquery.com
 http://jquery.com/discuss/
 
 

-- 
View this message in context: 
http://www.nabble.com/Suckerfish-tf2327831.html#a6484593
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[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 list
discuss@jquery.com
http://jquery.com/discuss/


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 check ) the code works fine. The cssand 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 - thankyou for trying though.With the same markup and css using the original son of suckerfish _javascript_the menus work as expected. With the modified jquery equivalent without the
fadeIn calls the menus work fine. With the animations IE chokes. All of thiswas stated in the original post.Olivier percebois-Garve wrote: 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.
 olivvv--View this message in context: http://www.nabble.com/Suckerfish-conversion-tf2297242.html#a6398836
Sent from the JQuery mailing list archive at Nabble.com.___jQuery mailing listdiscuss@jquery.com
http://jquery.com/discuss/
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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 - thank
you for trying though.

With the same markup and css using the original son of suckerfish javascript
the menus work as expected. With the modified jquery equivalent without the
fadeIn calls the menus work fine. With the animations IE chokes. All of this
was stated in the original post.


Olivier percebois-Garve wrote:
 
 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.
 
 olivvv
 
-- 
View this message in context: 
http://www.nabble.com/Suckerfish-conversion-tf2297242.html#a6398836
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] jquery suckerfish drop down

2006-09-13 Thread Kevin Quillen








Im 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, but I used the same from the SF example to make sure I wasnt
going crazy. When I class the li or the a tag and add a width and bg image, the
menu vanishes from IE and isnt so swell in Firefox. Could anyone help me
out, I would really like to use jquery to replace the old drop down menu we
have.






___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/