Support for \tooltip{}{} and \statusline{}{}

itex2MML 1.3.16 add a \tooltip{}{} command which,
like \statusline{}{}, produces an <maction> element.

Neither of these is natively supported by Mozilla/Firefox.
Add some Javascript to work around that weakness.
This commit is contained in:
Jacques Distler 2009-11-06 14:32:45 -06:00
parent c99ca26a8d
commit 977da29f68
4 changed files with 27 additions and 3 deletions

View file

@ -17,7 +17,7 @@
<%= javascript_include_tag 'page_helper' %>
<style type="text/css">
h1#pageName, div.info, .newWikiWord a, a.existingWikiWord, .newWikiWord a:hover, #TextileHelp h3 {
h1#pageName, div.info, .newWikiWord a, a.existingWikiWord, .newWikiWord a:hover, [actiontype="toggle"]:hover, #TextileHelp h3 {
color: #<%= @web ? @web.color : "393" %>;
}
<%= File.read(RAILS_ROOT + '/public/stylesheets/instiki.css') if @inline_style %>