<html> <head> <title>Div example</title> </head> <body> <style type="text/css"> .container { width: 100px; text-align: center; } a img.thumb{ border: 1px dotted; } a:hover img.thumb{ filter:alpha(opacity=30); -moz-opacity: .3; opacity: .3; border: 1px dotted #FFFFFF; } </style> <div class="container"> <a href="https://www.mobilefish.com"> <img border=0 class=thumb src="../download/css/3dsmax7_teapot_red_mobilefish_small.gif" alt="teapot small" width="100" height="66" /> </a> 3D Studio Max Teapot </div> </body> </html>