I have JUST post a demo example and a video. Have you watch this?
Now i repost an example...
1)Go to this address...
http://code.google.com/apis/ajax/playground/?exp=earth#html_string_balloons
2)Change the code in the function balloon.setContentString() with
this (this is my real example),
// Google logo.
balloon.setContentString('<h3>Test</h3><ul><span>'
+'<li>test.:12</li><li>test.:12</li><li>test:12</li><li>stest:12</
li></span></ul>asd asd asd<br>'
+'asdasd (asd)<br><a href="
http://www.google.it"'
+'target="HOME"><img src="
http://www.google.com/intl/en_ALL/images/
logo.gif" height="80px" width="80px"></a>');
3) Click run demo and click on a button SHOW HTML STRING BALLON
4) When you click on a google icon, you see image move down and
scrollbar compare near the imege.
This is a bug! How can i resolve this?
Thank you...