Tobias,
Thanks for your help.
I put the searchbox in the MainMenu because I couldn't get it to work
in the header :-)
1. Search - no prob
2. Page template - "outside the header" not sure what that looks like
for sure but I tried it in multiple places. Most obvious would be just
before the last line containing }}}
3. Stylesheet - tried before and after what was already there. When I
put the styling in the Style sheet the # turn into numbers. I tried
enclosing it all in {{{ }}} still no joy :-(
I guess I'll just leave it in the MainMenu for now.
Thanks!
On Sep 17, 8:04 pm, Tobias Beer <[email protected]> wrote:
> 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.