Rollovers

This is a fake rollover. It will show your image as gray and once someone puts their mouse over, it will show in color!

1 Copy the following code and place it in your HTML document where you want the image to appear:
<img src="URL OF IMAGE" 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)'">