Faded Buttons
Place the following between the <head> and </head> tags of your html :
Then place this in your images tag:
So your tage should look like this:
<a href="http://www.URLHERE.com"><img onmouseover=makevisible(this,0)
style="FILTER: alpha(opacity=40)" onmouseout=makevisible(this,1) src="BUTTON.gif"></a>
Result