I am trying to get alt tag rollovers to an image on my page just like how you can see it on this HTML tutorial.
http://www.thunderdata.com/website_business_101/images_alt_tags.html
You see how if you rollover the image in that page you see popup tag words.
The image I want to tag is the small square photo at the bottom-middle of our homepage:
www.oldsecond.com (the one of the green landscape and sky)
Here is the code I used for it:
<img src="/OldSecond/media/graphics/go_green_80px.jpg" alt="bank statements, electronic" style="width: 80px; height: 80px;" />
But when I rollover it, nothing happens. What code can I use to fix the problem?