Ginga wants to do raw HTML!
Actually, mouseovers are done with either JavaScript or CSS.
CSS makes formatting, like links that change color when you mouseover them. This isn't very hard.
JavaScript is an interactive scripting language you write into a web page that does stuff, like change an image when you mouseover it. This can be easy, but can also be really complex.