
Caso queira a guif "Save as" (Salve)
<html>
<head>
<script
language="JavaScript1.2">
/*
Highlight Image Script-
© Dynamic
Drive (www.dynamicdrive.com)
For full source code, installation
instructions,
100's more DHTML scripts, and Terms Of
Use, visit
dynamicdrive.com
*/
function makevisible(cur,which){
if
(which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=20
}
</script>
</head>
<body>
<a
href="whatever.htm"><img src="mygif.gif"
border=0
style="filter:alpha(opacity=20)"
onMouseover="makevisible(this,0)"
onMouseout="makevisible(this,1)"></a>
</body>
</html>