Hi Michael,

Puh, that was close to torture. Honestly, your css management is
nearly impossible. You're even transcluding subStyleSheets multiple
times (from within substylesheets, e.g. StyleSheetAdjustments). Also,
you have a myriad of concurring and overriding styles. What's the use
in that?

Anyways, to get GotoPlugin to work right...

1) adjust your PageTemplate like this:
1a) Take searchBar and gotoBar OUT OF the header like so:
<div class='searchBar' macro='search'></div>
<div class='gotoBar'  refresh='content' tiddler='GotoTiddler'></div>
<div class='header' macro='gradient vert #000 #069 '>
....
1b)also remove that extra contentWrapper div, it is already provided
by the core


2) adjust your GotoTiddler like this (note "inputstyle" and
"liststyle"... see GotoPluginInfo for more info):
goto
<<gotoTiddler inputstyle:"width:150px;border:0;"
liststyle:"clear:both;position:absolute;top:3em;right:0px;z-index:
1000000; width:auto;">>


3) remove all content from StyleSheetGotoTiddler adding this:
.gotoBar {z-index:10000;right: 170px; top: 0.5em; color: white;
position: absolute; display: block;}

4) change the first line in StyleSheetSearchTiddler like this:
.searchBar {position:absolute;right:5em;top:0.5em;width:100px;font-
size:1em;z-index:1000;}

5) consider consolidating all your css into a single stylesheet with
sections

6) set your hoverMenu so that the sidebar doesn't load on startup...
that should speed things up.

Hope that did it.

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