Hi Dave,

I love it, great job! Though you're still "cheating" on the
background... I guess you just don't want to imagine a monitor that
has a higher resolution than yours ;o)

Anyways, here's a tip to make your semi transparent tiddlers more
browser agnostic...

.viewer, #sidebar a
{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
sizingMethod=scale, src='img/bg0.png');}
.viewer[class], #sidebar[id] a {background-image:url(img/bg0.png);}

That way... you would use a black 1 pixel png that comes with your
desired opacity (easy to do with a simple photo editor... which would
avoid using that mozilla filter which only works in firefox et al.

I would also make the sidebar buttons white, and give them the semi-
transparent png as a background, too (see above) ...maybe with rounded
corners, like so:

#sidebar a{-moz-border-radius:5px;-webkit-border-radius:5px;border-
radius:5px;}

Instead of making it float, I would fix the position of the sidebar
somewhere to the right (just like the background is fixed) and
possibly have some nice control buttons (semi-transparent icons) below
it or right in it's middle underneath the search button (instead of
using hovermenu).

Also, I much prefer GotoPlugin for searching in combination with
SimpleSearchPlugin as both provide much simpler interfaces and are
thus easier to customize in terms of css. Don't know about YourSearch
but with GotoPlugin you can narrow searching down to only tiddlers of
a certain tag.

If you wanted to conditionally have different search capabilities
depending on the user being on readOnly or not, use transclusion like
so...

<<tiddler {{'SOMETIDDLER##'+
readOnly?'HiddenSectionForOnlineMode':'HiddenSectionForOfflineMode';
}}>>/%
!HiddenSectionForOnlineMode
option a
search b
link c
!HiddenSectionForOfflineMode
option a
search b.full
link c
mighty hidden element d
!END%/

Cheers, 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