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 view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/qJHa_XCX-_8J.
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