• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Suckerfish CSS menu creator

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anybody know a good menu creator that uses Suckerfish as basis?


Suckerfish is a "standardized" web menu. Its markup is made only of ul's, li's and a's, and its layout is made exclusively with CSS. The cool thing about it is that we can have unlimited nested submenus, by adding an ul inside an li, without having to rely on JavaScript.

Although there's no official standard, if we use the ul-li-a structure, we can add some css styles to structure this list as a menu - and its submenus -, and another styles set to customize it with colors and "shiny" stuff. And also there's superfish, supersubs and hoverIntent, 3 jQuery plugins that enhance any Suckerfish menu without having to change its markup and style.

In the past, before Suckerfish, it was very hard to get a good menu for Web that supported submenus. Most used wacky JavaScript or were made with Flash. Some created jpeg pics for menu itens, which are pretty but make the menu static, while Suckerfish allows easy dynamic customization just by creating the markup from PHP/JSP. Even today there are some menu creators that use div's and wacky markups, that create very pretty menus, but keep us locked on their proprietary software.

I know Suckerfish is old stuff, but was standardized by its use. I just wanted software that would create neat CSS based on the standard, to make it easier to create many different menus. Have anybody ever seen a pro-quality creator?
reply
    Bookmark Topic Watch Topic
  • New Topic