Continued from part 1 creating a live.com image search like GUI
Finally lets create the hovering effect:
I decided to try to use the ASP.NET Ajax control toolkit and the hoverextender control.
So all we need to do is
a) add some styles
<style>
.oneimage
{
float: left;
margin: 0px 5px 5px 0px;
width: 170px;
border-right: #ffffff 1px solid;
border-top: #ffffff 1px solid;
border-left: #ffffff 1px solid;
border-bottom: #ffffff 1px [...]
