Hi Eric

I have used Ton Gerner's excellent plugins to create a menubar with several 
> drop-down menus linking to tiddlers of interest. 
>

Glad to hear you like them. 

Assuming you are using my Top menu plugin which contains for the top menu 
(to be adjusted):

<div class="tgc-topmenu">
{{tagpill1||$:/plugins/tongerner/topmenu/menu-template}}
{{tagpill2||$:/plugins/tongerner/topmenu/menu-template}}
</div>

You can add to the top menu:


   - links (e.g. GettingStarted)
   - images (e.g. $:/core/images/right-arrow)
   - symbols (e.g. &#x2758;)
   - ...


in the following manner:

<div class="tgc-topmenu">
{{$:/core/ui/Buttons/home}}
[[GettingStarted]]
{{$:/core/images/right-arrow}}
&#x2758;
{{tagpill1||$:/plugins/tongerner/topmenu/menu-template}}
{{tagpill2||$:/plugins/tongerner/topmenu/menu-template}}
</div>

For sure it needs some CSS tweaking.

Hope that helps,

Cheers,

Ton

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3d043748-18c9-43f5-9ea0-54b5197bc76b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to