Hello,
I would like to implement the Adobe spry menu bar in my theme and I can't figure out how.
Thank you,
George

Comments

jou00jou’s picture

Any ideas?

jou00jou’s picture

Does anybody knows how to embed a descent menu bar, one like the Adobe spry menu bar.
The reason I am insisting on spry menu bar is the following.
First of all the menu and sub-menu buttons are simply a list which is similar to the way Drupal deals with menus.
you also have control over the positioning of the menu and the buttons.
the buttons could be set as dynamic (i.e. unfixed width) unlike the son of suckerfish menu bar ((nice menus)

You could check it HERE

robloach’s picture

Just a note that I started a Spry Drupal Module, and this menu bar idea is a great idea to implement ontop of it.

jou00jou’s picture

Awesome thank you for your effort

bilbot’s picture

I have a Spry Accordion page that displays club-member data (name, address, phone etc.) Since ther are 70 members, the list is collapsed until you click on an individual - presenting his details.
All I want to do is use this php page (with dynamic XML feeding the info) in Drupal 6.6
I am a Nubie to Drupal, so I am not even sure what the issues are.
So far my output displays like so:
Members of the Club
{FirstName} {LastName}
Address:
{Res_addr}
{Res_city}, {Res_pcode}
Spouse:
{SpFirstName} {SpLastName}
Home:
{HomePhone}
Bus:
{BusinessPhone}
Mobile:
{Mobile}

------ any help would be appreciated. My temporary solution is an href link to a standalone page, but this is hardly elegant.

joshah’s picture

I modified the nicemenu's module to work with the Spry Menus from adobe. You can find it here.