ok, I figured out what was causing SectionLinksPlugin to not work on my
tiddlywiki. I have a fixed menu at the top of my page and the right scroll
bar only goes up to the bottom of the top menu as follows:
[[StyleSheet]]
/*{{{*/
html, body { background:lightblue; height: 100%; overflow:hidden; }
#header2{ position:fixed; top:0px; left:0px; height:55px; }
#content2{ position:absolute; bottom:0px; top:55px; left:0px; right:0px;
overflow:auto; }
#displayArea2 {margin:1em 1em 0 0;}
/*}}}*/
[[PageTemplate]]
<!--{{{-->
<div id='header2'>
<div refresh='content' force='true' tiddler='TopMenu'></div>
</div>
<div id='content2'>
<div id='displayArea2'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
</div>
<!--}}}-->The problem is that the reason I designed it this way was so that I could have a fixed menu at the top and when you click on a bookmark it would scroll to that place but keep the menu at the top. However; for some reason I don't understand, SectionLinksPlugin doesn't function when I have my menu fixed at the top. Anyone know why? -- 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.

