Hi Wim > for the TeamTasks-theme :http://getteamtasks.com/
or http://teamtasks.tiddlyspace.com/ (for common reference) > for the iJobs2-theme :http://tiddlythemes.com/empties/iJobs2.html You want the horisontal MainMenu ?? The mainMenu id is already used for the left menu in TeamTasks - so you'll have to create a new id eg: top2Menu - then you want to edit the TeamTasksSkin tiddler's PageTemplate section - to add your new top2Menu like: <div class='header' macro="gradient vert #aaa #ccc"> <div id='top2Menu'> <span refresh='content' tiddler='SiteTitle'></span> <span refresh='content' tiddler='NewTopMenuTiddler'></span></ div> </div> See http://tiddlythemes.com/empties/iJobs2.html#PageTemplate NB: You'll put your tools and buttons in a tiddler called: NewTopMenuTiddler in the example above.. You might want to get rid of the Old SiteTitle/header portion of the TeamTasksSkin tiddler's PageTemplate section (not to get two sitetitles and a too wide header) <div class='header'> <div class='headerShadow'> <span class='siteTitle' refresh='content' tiddler='SiteTitle'></ span> <span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></ span> </div> Next you will add something to the TeamTasksSkin tiddler's StyleSheet section which will make it look right: If you want it to look like the iJobs theme - then copy text from the iJobs StyleSheet tiddler http://tiddlythemes.com/empties/iJobs2.html#StyleSheet (remember to change the id title) #top2Menu { background: transparent;border-bottom: solid 3px #bcbcbc; padding: 5px;margin-left: -5px;} #top2Menu .button, #topMenu .tiddlyLink, tiddlyLinkExisting, #topMenu .externalLink { color: #333; text-align: center; font-weight: bold; font-size: 1em; text-decoration: none; letter-spacing: 1.5px; background: transparent; border-right: solid 1px #fff; padding: 5px 15px 8px 15px; } #top2Menu a:hover { color: #fff; background: #3c6491; } #top2Menu br {display: none; padding-right: 1em;} #top2Menu span .tiddlyLinkNonExisting {font-style:normal;} > or (even better) a topmenu like http://twt-treeview-executive.tiddlyspot.com/ You'll need to get one of these styles into Your TeamTaskSkin tiddler's StyleSheet section: http://twt-treeview-executive.tiddlyspot.com/#TopMenuStyle http://twt-treeview-executive.tiddlyspot.com/#TopMenuStyle2 Either by importing the TopMenu style into your TW as a tiddler and add a wikilink to the TeamTaskSkin tiddler's StyleSheet section or by copying the text directly into the TeamTaskSkin tiddler's StyleSheet section *after* the TopMenu style definition (or replacing it). And you have to add navbargrayhw1.gif and mainmenugray7ef.gif to your TW - either by importing them as tiddlers from twt-treeview-executive + the AttachFilePluginFormatters http://www.tiddlytools.com/#AttachFilePluginFormatters - or by attaching them yourself - (then you'll need Eric's http://www.tiddlytools.com/#AttachFilePlugin and AttachFileMIMETypes as well) You'll need to check that the id of the TopMenu has the exact same name as used in the TopMenu style from twt-treeview-executive - to make the TopMenu style work on it... (it seems to be "topMenu" both places...) Hope this helps ... Cheers Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

