[jQuery] jQuery Menu

2009-10-05 Thread DineshRao
Hi All, Can any one suggest me a best jQuery menu plug-in for the below requirements: 1. It should support Internationalization. 2. It should support Hot Keys.

[jQuery] jquery menu that works with ie6 (plugin?)

2009-08-20 Thread con-man-jake
Can anyone recommend a jquery menu plug that works with ie6? I have a menu done with s and s with pure css. It doesn't work with ie6 (because it's pure css.) I went through the list of jquery plugins, but most of them are fancy (as in iPod like menu and what have you...) I only need a simple s

[jQuery] jquery menu plugin browser test

2009-07-01 Thread Dave
http://labs.makotokw.com/s/jquery/menu Are planning to use the above menu plugin but need to know how it works in different browsers, most important IE6/7. The plugin author says it works in: Google Chrome 3 (Windows) Firefox 3 (Windows/Mac) Safari 4 (Mac) I have tested it in these, where it wo

[jQuery] jQuery Menu Show / Hide Question:

2009-03-31 Thread Slackzer
I have a listing of objects as links: [div: id="listing"] First Second Third [div: id="description"] [Object description goes here, initially hidden, contents displayed based upon which object is clicked above] [Upon click of new object, hide contents, if displayed, and then display new contents

[jQuery] jQuery Menu

2009-03-10 Thread fperez2...@gmail.com
I'm currently working on a jQuery menu that loads content via ajax in a div. The menu tree menu with three levels. This is the code that manages the top level click events: $categories.click(function(){ for (i = 0; $categories.length; i++) { switch(this.id){ case "topLevel_" + i:

[jQuery] jQuery menu is flickering in IE

2009-03-02 Thread RichUncleSkeleton
Sample page: http://www.broburysports.com/sportsbook/faq The drop down menu at the top flickers in IE7 whenever you hover over a submenu. I saw from other threads about backgrund caching; I implemented the solution but it hasn't made a difference. And there's only one bg image that doesn't change