How can I split the suckerfish Menu into two pieces so that I can put it in two frame?
- by Kai
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.