An other way would be dynamically widening MainMenus (by FND), as for
example here:

http://flextheme.tiddlyspot.com/

For which you have to copy and paste this into your StyleSheet

#mainMenu {position:static;float:left;width:auto;padding:1.5em .5em .
5em .5em;font-size:1.1em;line-height:1.6em}
#sidebar{position:static;float:right;margin-right:3px;width:16em;font-
size:0.9em}
#displayArea{overflow:hidden;margin:1em 1em 0}
#displayArea{display:inline-block}
#displayArea{display:block}
#mainMenu{max-width:18em}
#mainMenu{max-width:480px}
/* * html #sidemenu{width: expression(this.clientWidth > 480 ? 480 :
auto);} */ /* IE6 */

...and change the order of the following item elements in your
PageTemplate:

<div id='messageArea'></div>
<div id='displayArea'>
<div id='tiddlerDisplay' style='clear:both'></div>
</div>

Regards..
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to