Community Central
Community Central
mNo edit summary
mNo edit summary
Line 14: Line 14:
 
*Learn how to [[Help:New page|create a new page]]
 
*Learn how to [[Help:New page|create a new page]]
 
*Learn how to [[Help:Modifying text|modify text]]
 
*Learn how to [[Help:Modifying text|modify text]]
*Learn how to [[Help:Links|link text]]
 
 
[[Category:Help|{{PAGENAME}}]]
 
[[Category:Help|{{PAGENAME}}]]
 
[[Category:FAQ|{{PAGENAME}}]]
 
[[Category:FAQ|{{PAGENAME}}]]

Revision as of 16:29, 2 July 2011

If you wish to add a mouse-over tool-tip to your text, you have to use the

<span title="mouse-over tool-tip text"> normal text </span> tags.

For the basic mouse-over tool-tip you will need to:

<span title="This is a mouse-over tool-tip">mouse-over me.</span> will produce:
mouse-over me.


To make a " ? " appear next to the cursor when you mouse moves over the text then you will need to:

<span style="cursor:help;" title=" This is a mouse-over tool-tip">mouse-over me.</span> will produce:
mouse-over me.

Next Pages