Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Page-Enter" content="blendTrans(Duration=2.0)"> <script type="text/javascript"> function fadeInPage(){ if (document.getElementById("fadeDiv").style.MozOpacity < 1){ document.getElementById("fadeDiv").style.MozOpacity = .1 + Math.abs(document.getElementById("fadeDiv").style.MozOpacity) setTimeout("fadeInPage()",200); } else document.getElementById('fadeDiv').style.visibility = "visible"; } </script> <title>Food and Wine Mexico</title></head> <body onLoad="fadeInPage()"> <DIV ID="fadeDiv" style="-moz-opacity:0.00; width:100%"> <div align="center"> <p><img src="header.png" width="964" height="103" /></p> <p>gfgfhy</p> </div> </DIV> <body> <div align="center"></div> </body> </html>