> I have found an elegant solution for RTL (right to left script) for
> individual Tiddlers.
So you're using the attribute selector to style tiddlers based on a
certain tag ('[tags~="Hebrew"]').
That is elegant indeed - sadly though, it's not very well supported
across browsers (especially IE6):
http://tinyurl.com/c6oetd
(http://www.webdevout.net/browser-support-css#support-css2selectors-attribute)
So you cannot count on it to work for every visitor/user of your site.
A less elegant solution would be to wrap the entire tiddler contents
into a custom class:
http://tiddlywiki.org/wiki/TiddlyWiki_Markup#Custom_Styling
-- F.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---