How can I split the suckerfish Menu into two pieces so that I can put it in two frame?
Posted
by Kai
on Stack Overflow
See other posts from Stack Overflow
or by Kai
Published on 2010-06-15T09:21:45Z
Indexed on
2010/06/15
9:32 UTC
Read the original article
Hit count: 201
jQuery
|jquery-plugins
I found a tutorial for developing multi-level drop down menu
here.
Its demo can be checked at
www.kriesi.at/wp-content/extra_data/suckerfish_tutorial/step4.html#.
I would like to enhance it to support cross-frames .
It means, the horizontal part of the whole menu (html,css,javascript etc..in demo page) will exist in the upper frame and the rest will be put in the lower frame.
Edit: There will be only one menu item in the horizontal part.
It will be still ok if I can click that menu_item rather than mouse-hovering to show the lower part of the menu .
Any idea will be appreciated.
Thanks.
© Stack Overflow or respective owner