Hi Scott,
I checked you configuration tip a couple of days before. The good message
is: It works.
But it turned out that without pinng the HEADER too, it looks more
terrible. So I gave it up putting this in my new TW-MUSEUM-release.
But I am still interested in a solution: So is there an easy code snippet,
how to mange that?
Kind regards
HansG
Am Samstag, 12. Januar 2013 09:15:16 UTC+1 schrieb Scott Simmons:
>
> Hi, Hans —
>
> If you just want to lock the lefthand nav (the "Main Menu" tiddler) in
> place, add this to your StyleSheet tiddler:
>
> /*{{{*/
> #mainMenu { position: fixed; }
> /*}}}*/
>
> If StyleSheet doesn't already exist, you can create it and add the bit
> above.
>
> You can also lock the sidebar in place by adding this line:
>
> #sidebar { position: fixed; }
>
> The header is a bit difficult to lock in place because of some additional
> characteristics it has (namely the background color gradient, which is done
> with a TiddlyWiki core macro). It could be done, but you'd have to dig
> into the CSS a little more intensively.
>
--
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 http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.