0

I am using jQuery v1.6.1 and jQuery UI 1.8.12 and, using those JavaScript libraries, I would like to implement a "simple" menu, similar to the one present in the StackOverflow website when hovering over the nickname.

Where I can find some useful tutorial or information about jQuery menus? What do you advise?

bpeterson76
  • 12,918
  • 5
  • 49
  • 82
Backo
  • 18,291
  • 27
  • 103
  • 170
  • 1
    actually you do most of the things in css and html, jquery only provides you the visual effect – Side Aug 05 '11 at 09:07

2 Answers2

2

Since you are already using jQuery UI have you looked at the Tabs widget?

http://jqueryui.com/demos/tabs/

marto
  • 4,402
  • 25
  • 15
0

How about updating to JQuery UI 1.9 and then be using the JQuery UI menu?

Rune FS
  • 21,497
  • 7
  • 62
  • 96