Could someone please tell me how to get the search box
on the extreme right of the subtitle in the MPTW theme tiddly
PageTemplate
<span class='siteSubtitle' refresh='content'
tiddler='SiteSubtitle'></span>
</div>
<div id='headerSearch' macro='search'></div>
</div>
and StyleSheet
#headerSearch {
position: absolute;
bottom: 5px;
right: 25px;
}
#headerSearch a {
border: none;
}
does not work for me...
--
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.