GREY ROLLOVER EFFECT
This script makes your images appear on your web browser with a grey tent, until mouse over or hover.
EXAMPLE
Grey Rollover
code

==============================================================================

To get this effect add the following script to your image tag itself.

==============================================================================

style="filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)" onmouseover="this.style.filter='progid:DXImageTransform.Microsoft.BasicImage(grayscale=0)'" onmouseout="this.style.filter='progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)'"

==============================================================================

MAIN
Hosted by www.Geocities.ws