Stop IE Page Load Flicker


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!--[if IE]>
  2. <meta http-equiv="Page-Enter" content="blendTrans(duration=0)" />
  3. <meta http-equiv="Page-Exit" content="blendTrans(duration=0)" />
  4. <![endif]-->

Report this snippet


Comments


You need to login to view comments.