Hello!
What I want to achieve is, that the mainMenu (topMenu) and my sidebar
stay fixed so that when scrolling or switching to any tiddler both are
always at the same place and easily reachable. I am using the
MPTWTrimTheme, that's why topMenu may be of importance.
So first I tried this in my StyleSheet tiddler:
#sidebar {position:fixed; top:0;}
#mainMenu {position:fixed; top:0;}
#topMenu {position:fixed; top:0;}
The sidebar worked, it flew nicely next to the displayArea. But the
topMenu, no matter what, stayed tucked on the top of the page and
could be scrolled away.
Another thing is, that when making YourSearch entries, your page
always gets scrolled nearly to the top automatically.
Next thing I tried was making the displayArea div scrollable:
div#displayArea {height: 100%; overflow: auto;}
... didn't do anything, then:
div#displayArea {height: 600px; overflow: auto;}
And this looks great on first sight. But there are two things which
still make it unusable. When "opening" an already opened Tiddler you
won't be transferred to it, the scrollbar just stays at the current
position. The same with the "jump" command on my sidebar.
And also it only reacts on absolute height settings (600px) and not on
relative (100%).
Can anyone tell me what I could do or even try anymore?!
Thank you,
Alex
--
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.