|
Internet Explorer (from version 4 onwards) also allows you to use the <meta> tag to set transitions that play when a page loads or unloads or when you enter or leave a site. You have the following options Page-Enter, Page-Exit, Site-Enter and Site-Exit. For these transitions to work, the <meta> tag must be the first tag in <head> section of your page and transitions don't seem to work across framed documents. You can use any of the standard Visual Filter effects with either blend or reveal transitions. Just set the filter type in the content attribute of the <meta> element. For example: <meta http-equiv="Page-Enter" content="revealTrans(Duration=5.0,Transition=12)"> This would play a random dissolve filter for five seconds when the page loads. |
More information Things you can do with meta data Adding information about the page Automatically loading and reloading pages Adding page transitions |