>
Download This Plugin | |
Download Elegant Themes | |
Name | Hoverswap |
Version | 1.0 |
Author | Randy Hunt |
Rating | 0 |
Last updated | 2012-01-31 12:53:00 |
Downloads |
656
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Hoverswap plugin added 380 bytes of resources to the Home page and 346 bytes of resources to the sample Post page.
Hoverswap plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Hoverswap plugin ads no tables to your Wordpress blog database.On my language-learning blog, I have a feature that shows a translation inline by swapping out text when the mouse rolls over it. It’s very handy, and it occurred to me that I should make it a plugin, so other people can use it too!
Hoverswap allows you to create swapping elements, whose content is swapped for its title when the user hovers over them.
Excellent for foreign language learning and translation web sites.
Version 1.0 has no configuration. That will be added later. For now, in order to use the plugin, you create an EM tag containing the text you want to be active, and then you put the text for its hover state into its title attribue.
Then, to ensure that only the text you WANT to be swapped gets swapped, you must wrap that in an element of the class "translate".
One example implementation would be create the following unordered list: <UL class="translate"> <LI><EM title="How are you?">Como estas?</EM></LI> </UL>