Hi jb,

Mhhh, first of all, if you put your searchbox in the MainMenu, it will
be in the MainMenu ;o)

Other than that, check out how I've done it here...
http://coloredlinks.tiddlyspot.com

Of interest are the tiddlers...

1) Search (containing the SearchBox)

<<gotoTiddler search liststyle:"display:block;position:absolute;right:
0em;top:20px;z-index:100;border:1px solid #ccc;padding:
0;width:auto;display:none;">>

2) PageTemplate (including Search - outside the header!)

<div id='search' refresh='content' tiddler='Search'></div>

3) StyleSheet (styling the Search div)

#search{
        position:absolute;
        top:2.2em;
        right:2em;
        background:transparent;
        z-index;100;
        width:265px;
        height:20px;
}
#search input{
        float:right;
        clear:none;
        display:inline;
        position:absolute;
        right:0;
        top:0;
        display:inline;
        border:1px solid #ccc;
        padding:0px;
        width:180px;
        z-index:0;
        margin-left:5px;
}


That should be somewhat "easy" to rebuild.

Cheers, Tobias.

-- 
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.

Reply via email to