User:Ryang1
From Math Images
Contents |
Animations
Mouse Overs... [1]
Mouse Over with color
<balloon title="This is a mouse over" style="color:green;background:yellow""> Mouse Over with color </balloon>
<balloon title="Caught me!"> <img width=100 src="http://www.dailypets.co.uk/wp-content/uploads/2007/09/hamster1.jpg"> </balloon>
Sticky mouse over!
<balloon hover="Click!" title="This is a sticky mouse over" click="1" style="float:right;color:red"> Sticky mouse over! </balloon>
<balloon link="http://www.google.com" title="Click this image for a Google search"> Click here </balloon>
Mouse over maths!
<balloon title="load:myContent">Mouse over maths!</balloon>
<span id="myContent" style="display:none">
<math>x^2 * \sqrt{12}</math>
</span>
A mouse over with an image
<balloon title="load:title">Roots</balloon> <span id="title" style="display:none"> A mouse over with an image [[Image:Root.gif|200px]] </span>
Style
Hello!
<font color="red">Hello!</font>

