My solution to the same problem was to create a fixed div. . .
in the PageTemplate
<div id='displayArea'>
<div class='hD' id='hD' refresh='content' tiddler='contentHeader'></
div>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
<div class='fD' id='fD' refresh='content' tiddler='contentFooter'></
div>
</div>
This creates a Header and Footer for the TW
if contentHeader & contentFooter do not exist nothing is displayed,
but if you create a tiddler with that name it will be displayed
I created a custom class of hD & fD, but you could also use the
existing class tiddler (format like a tiddler)
Hope that helps, or at least gives you some new ideas,
Mike
On Jul 23, 2:58 pm, wumpus <[email protected]> wrote:
> FND
>
> It dawned on me that it was awkward to try to fit a long quote in the
> mainmenu. After looking at MPTW I decided to instead use the top menu
> configuration from MPTW and to have the quote displayed within a
> tiddler. Seehttp://mptwcadfael.tiddlyspot.com/for an example.
>
> Thanks for responding.
>
> Steve
>
> On Jul 23, 7:26 am, FND <[email protected]> wrote:
>
> > > The problem is that there seems to be a lower bound on the main menu
> > > as displayed so that the lines aren't as close together as they appear
> > > when viewing the tiddler.
>
> > Could you provide a test case that illustrates this issue?
>
> > > Is there a way to place the quote in a panel that is always
> > > displayed (ie doesn't scroll off)?
>
> > Well, you could use "position: fixed;" (CSS), but that's not supported
> > across all browsers...
>
> > -- F.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---