$overlay{_template.html#body} $begin{content}
The Suckerfish gizmo is really just a renderer for a list of menus. If menus parameter is None, then it will use the menu trail on the traversed path. No gizmo sub-class on client -- but encapsulating this object as a server side gizmo makes it really easy to use.
To better integrate into a site, the one thing you will likely want to adjust
is the styling -- for small changes you may call
Gizmo.set_style(css_class, prop, val)
on individual CSS classes known to the Suckerfish object,
while for general restyling you may prefer to just replace
${html.href(site.url_path_for('gza', 'suckerfish.css'),
'the supplied dedicated CSS file')}
-- inspiration is from
this article
by Patrick Griffiths and Dan Webb.