Hi community, especially Eric ;-)
I use very frequently Eric's GotoPlugin. I created a special div-
section in the header section (PageTemplate) and placed it *above* the
story area in the TW header:
<div class='header' macro='gradient vert #000 #069 '>
<span class='titleLine' >
<div class='searchBar' macro='search'></div>
<div class='gotoBar' z-index:1000
refresh='content' tiddler='GotoTiddler'></div>
<div class='clockBar' refresh='content'
tiddler='ClockTiddler'></div>
<span class='siteTitle' refresh='content'
tiddler='SiteTitle'></
span>
<span class='siteSubtitle' refresh='content'
tiddler='SiteSubtitle'></span>
</span>
<div id='topMenu' refresh='content' tiddler='MainMenu'></div>
</div>
<div id='breadCrumbs' class='breadCrumbs'></div>
<div id='contentWrapper'>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content'
tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true'
tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='tiddlersBar'
ondblclick="config.macros.tiddlersBar.onTiddlersBarAction(event)"></
div>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<div id='siteFooter'>
<span id='SiteFooter' refresh='content' tiddler='SiteFooter'></
span>
</div>
</div>
But if many tiddlers fit the search, i.e. the list is long - the pull
down list is partially hidden behind the story area. I want to pull it
down *in front* of, i.e. over the sidebar tabs/tiddlers.
I thought the z-index would provide this.
Any ideas?
Thanks, and have a nice day
Cheers Michael
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---