View Full Version : screen changing between pages?


domino777
07-17-2004, 03:57 AM
does ne one know how to make my site do taht screen change thing? like, when you go to another page it fades out and stuff? i always thought that was cool... let me know if ne one has code for it! thanks!

salomeyasobko
07-17-2004, 07:06 AM
put this is "custom header" i believe:

<meta http-equiv="Page-Enter" content="blendTrans(Duration=6)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=6)">

edit the bold part with however long you want the transition to last.

domino777
07-17-2004, 07:46 AM
thanks it looks awesome!