> <div class='gotoBar' z-index:1000 > refresh='content' tiddler='GotoTiddler'></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. I'm not certain that setting the z-index will help, but it might... ... *if* you use the correct HTML syntax :-) <div ... style="z-index:1000" ...'></div> and you may have to put that style into <div class='header' ...>, so that *any* content in the heading that overflows into the rest of the page will be on top. -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

