MSIE Page fade in

A very simple way to create a page fade in effect in HTML:


<meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0)">

add this code in the head section of html page, it creates a fade-in effect by using IE BlendTrans filter. It don’t work in Firefox or other browsers for those you would like to take a look to jQuery.

http://docs.jquery.com/Effects/fadeIn


About this entry