I've tried viewing the source and Googling this. Does anyone know how this is done? Must be viewed in IE to be seen.
Javascript Fade In (How is this done)
Page 1 of 15 Replies - 3835 Views - Last Post: 24 June 2007 - 10:46 PM
Replies To: Javascript Fade In (How is this done)
#3
Re: Javascript Fade In (How is this done)
Posted 23 June 2007 - 12:32 PM
No, not quite. I appreciate the responce, however I'm trying to fade the entire page, not just one image. I suppose I could fade the page background with the script you posted, but then all the text and other images would beat it. Might look ok... but I was wanting to fade the entire page like in the link I posted above.
#4
Re: Javascript Fade In (How is this done)
Posted 23 June 2007 - 01:04 PM
Ok, I figured it out, it's not in the Javascript, it's just a meta tag. Here's how it works if anyone wants to know:
Ps- Does anyone know how to do this in Firefox?
Ps- Does anyone know how to do this in Firefox?
<html> <head> <title>How it works!</title> <META HTTP-EQUIV="Page-Enter" CONTENT="BlendTrans(Duration=3.0)"> </head> <BODY> </BODY> </HTML>
This post has been edited by Israel: 23 June 2007 - 01:11 PM
#5
Re: Javascript Fade In (How is this done)
Posted 24 June 2007 - 09:14 AM
Ok thanks this meta tag is good
But i still like javascript
But i still like javascript
#6
Re: Javascript Fade In (How is this done)
Posted 24 June 2007 - 10:46 PM
MSIE-only solutions are crap. 
Here's a thought: overlay the entire screen with a solid white DIV (or any other color of your choice), and use Javascript to incrementally change the opacity of it.
2¢
Here's a thought: overlay the entire screen with a solid white DIV (or any other color of your choice), and use Javascript to incrementally change the opacity of it.
2¢
Page 1 of 1

New Topic/Question
Reply



MultiQuote




|