metatag

liunx

Guest
Why this metatag not work when I save the page on my hard disk?
Is possible to work offline?
<meta http-equiv="Page-Enter" content="revealtrans(duration=2,transition=23)">First things first: Stop cross posting!

Next, this is IE only, I wouldn't use it... But, the reason it does not work, is probably because it's a page transition, and I'm guessing you are trying to open the page directly, while it's on your computer. Then again, I could be wrong, as I have no idea how these M$ proprietary crap transitions work...Likely it isn't working because you must link to a page in which contains that markup in it in order to see the effect.EDIT: You might try searching the Microsoft Developers Network for more information on this tag.

Microsoft Developers Network (<!-- m --><a class="postlink" href="http://msdn.microsoft.com/">http://msdn.microsoft.com/</a><!-- m -->)Originally posted by pyro
this is IE only, I wouldn't use it...

I use the:
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.1)" />
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.1)" />

in my webpages to stop the flash you get when changing pages in Internet Exporer.

Edited:
Regarding post 1, the transitions use Direct-X to work so should work both on and offline. If it fails to work offline your browser is causing the porblem.

Tools>Internet Options>Advanced>Enable Page Transitions
 
Back
Top