Menu Pop Up plugin

Compatible with DokuWiki

  • 2012-01-25 "Angua" unknown
  • 2011-05-25 "Rincewind" unknown
  • 2010-11-07 "Anteater" yes

plugin Define a link or text to show an included DokuWiki page while hovered

Provides
Syntax

Tagged with include, menu, navigation, popup

Details and Download


Is it possible not to show a page but just some text, like a tool-tip?
Laurence

Does not work at all with Opera 10.10
joschaef

additions for printing and pdf

added a print.css:

div.menuContent { display:none }

and with the dw2pdf in the user\user.css:

div.menuContent {
display: none;
}

Fix for normal text

Within the style.css add the following;

div.menuContainer div.menuContent, div.menuContainerOver div.menuContent
{
font-weight: normal;
}

else, the popup content goes bold or italic because it uses the current weight, which is used for the link. Adding font-weight: normal; fixes this

Tip: border style

Make your popup a bit nicer by using a border-style in your style.css, for example:

div.menuContainer div.menuContent, div.menuContainerOver div.menuContent
{
border-style: outset;
}
plugin/menupopup.txt · Last modified: 2011/03/07 10:32 by nanite
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Imprint Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsGitXRefTranslate