»
EnglishFrenchVietnamese

Print - Random transition effects between HTML-pages - JavaScriptBank.com

Full version: jsB@nk » Browser » Page effect » Random transition effects between HTML-pages
URL: https://www.javascriptbank.com/random-transition-effects-between-html-pages.html

Random transition effects between HTML-pages © JavaScriptBank.comThis JavaScript generates a cool whole-page-transition effect whenever a visitor enters and exits your webpage. ZERO JavaScript needed. Just paste two special meta-tags into your webpages.

Full version: jsB@nk » Browser » Page effect » Random transition effects between HTML-pages
URL: https://www.javascriptbank.com/random-transition-effects-between-html-pages.html



CSS
<STYLE>/*Random transition effects between HTML-pagesAuthor: Peter Gehrig Web Site: http://www.24fun.com */A {COLOR: #ff0000}A:visited {COLOR: #ff0000}A:active {COLOR: #ff0000}.baselinestyle {BACKGROUND-COLOR: white; COLOR: #000000; FILTER: alpha(opacity=70); FONT-FAMILY: times; FONT-SIZE: 10pt; FONT-WEIGHT: bold; LEFT: 140px; PADDING-BOTTOM: 10px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px; POSITION: absolute; TOP: 20px; WIDTH: 300px}</STYLE><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<META content="revealtrans(duration=6.0, transition=23)" http-equiv=Page-Enter><META content="revealtrans(duration=6.0, transition=23)" http-equiv=Page-Exit><BODY background="../image/pic191.jpg"><DIV class=baselinestyle id=baseline style="width: 300; height: 230; left: 0; top: 400px;">Test the interpage transition effects by clicking on one of the links below. And then click the back-button.<BR><BR><A href="http://javascriptbank.com" target=_top>JavaScriptBank.com</A> <BR><A href="http://www.tructuyen.org">TrucTuyen.org</A><BR><BR>You will find the INSTRUCTIONS inside the head-section of this webpage (see source-code).</DIV></body><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->