> StyleSheet was ".HideSideBarButton {float:right;}," which I gather is a
> style definition.
.HideSideBarButton {float:right;} without the quotes. I don't use
ToggleSidebarMacro, therefore would had to assemble, try and
experiment with it myself to know - but don't find the time for -
unless you would already had a test case provided (as always ;-).
I myself use ToggleRightSidebar script by TiddlyTools instead
(requires InlineJavascriptPlugin) which isn't creating a toggling
button by a macro - but by transcluding the script tiddler like this:
<<tiddler ToggleRightSidebar>>
to have it to the far right side of a top menu I add the style the
following way to it:
{{floatright{<<tiddler ToggleRightSidebar>>}}}
with this definition in the StyleSheet:
.floatright{float:right}
With this I also can add the floatright property to any other content
in the same way.
Regards,
W.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---