Fading Between Pages

windows

Guest
I really hope one of you guys can help me???<br />
<br />
I want to introduce a little fun to my webpages by fading between pages, If u dont know what I mean then take a look at a site I found:<br />
<!-- w --><a class="postlink" href="http://WWW.cloughart.com">WWW.cloughart.com</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.cloughart.com">http://www.cloughart.com</a><!-- m -->) <br />
<br />
If anyone can help that would be fab, Please Please help me<br />
<br />
Thanks in advance<br />
D-Programmer<!--content-->that's called 'page transitions', many places give tutorials how to do them, here's google's search results:)<br />
<br />
<!-- m --><a class="postlink" href="http://www.google.com/search?sourceid=navclient&q=page+transitions">http://www.google.com/search?sourceid=n ... ransitions</a><!-- m --><br />
<br />
<br />
don't make them to slow or long, i find them damned annoying :D<!--content-->im sorry i cant be much more help but i do know that on Microsoft Frontpage they have options for 'Page Transitions' they give different transitions and durations for each ones e.g.<br />
<br />
Code:
<meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0)"><br />
<meta http-equiv="Page-Exit" content="blendTrans(Duration=1.0)">[code]<br />
<br />
when you do this in frontpage this code comes in the <head> tag,<br />
<br />
sorry i couldnt be more help, Joe<!--content-->Thanks a million, It worked a treat!!<br />
<br />
D-Programmer<!--content-->but is usless to anybody not running IE<!--content-->
 
Back
Top