1) Script Title: Special Effects upon Page Enter
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex3/document2.htm
3) Describe problem: Script does not appear to work. I'm using IE7 as a browser.![]()
1) Script Title: Special Effects upon Page Enter
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex3/document2.htm
3) Describe problem: Script does not appear to work. I'm using IE7 as a browser.![]()
Would someone please respond to this? Is more information needed in order to receive a response?
Works fine herein IE 7. You using Vista?
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
No, I'm using XP Professional. Am I missing something? I'd love to figure this out.
Well, do you mean that it doesn't work for you in IE 7 on the demo page, or that you can't make it work for you on your own page in IE 7?
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
It works for me when I view it on the dynamic drive page but I have put the code on my own site and it does not seem to be working. The code provided looks very short. Is that really all there is? And I only need to place it in the header?
Just so I'm clear, this effect should be visible when a user clicks on a link to another page on the website, yes?
Last edited by amyb74; 07-27-2007 at 08:43 PM. Reason: addition
That's really all there is, but it is a little tricky.
There could be problems (not likely, but possible) if the meta tag isn't placed in the proper spot in the header. To make sure that this is not the problem, one should have a valid page and place the meta tag right before the <title> tag in the head of the page.
Also, when you acquire the code from the DD page, you must be using a browser (like IE 6 or 7) that supports the effect. Otherwise, you may get a code, but the code you get will do nothing. I don't think this is the problem, but thought I would make sure.
It's:Just so I'm clear, this effect should be visible when a user clicks on a link to another page on the website, yes?
not on exit. This means that the effect would be noticeable when you enter the page with the meta tag on it, not when you exit it (though there is a tag for that, if you want that). There can be times when it will not work though. I believe that if your page is live and you navigate to it from another domain, you may not get the effect.Special Effects upon Page Enter
Here is a basic example of how it should look in the source code of a valid page (the transition tag is highlighted red):
If you want it to happen when you leave the page, change Enter to Exit:Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> <meta http-equiv="Page-Enter" content="blendTrans(Duration=4.0)"> <title>Blend - Demo</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="css/page.css" type="text/css"> . . .
Code:<meta http-equiv="Page-Exit" content="blendTrans(Duration=4.0)">
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Maybe post a link to the page that doesn't work? (this script works on DD using IE7 for me as well)
[QUOTE=jscheuer1;102480]
There could be problems (not likely, but possible) if the meta tag isn't placed in the proper spot in the header. To make sure that this is not the problem, one should have a valid page and place the meta tag right before the <title> tag in the head of the page.
Unfortunately I am using a website package that writes the html code for me so I cannot control where I place the meta tag. When I view the source, it is placed after the <title> tag.
[QUOTE=jscheuer1;102480]
not on exit. This means that the effect would be noticeable when you enter the page with the meta tag on it, not when you exit it (though there is a tag for that, if you want that). There can be times when it will not work though. I believe that if your page is live and you navigate to it from another domain, you may not get the effect.
Yes I get that. What I meant was if a user clicks on a link to another page on the website that also has the page enter code, should the effect be visible?
As I think you know, this effect is only good in IE versions 5.5 to (and including) 7 with support in future IE versions almost certain.
Having the meta tag right after the title should be good enough, assuming that the rest of the markup served to the browser is valid, or even simply valid enough that it doesn't confuse the browser.
Yes, if you have this meta tag placed on a page on your domain in such a way that the IE 5.5+ browser can recognize it and you navigate to that page from another page on that domain, the effect should be noticeable. If it isn't, one or more of these things is at issue - the browser's support for the effect is turned off, or the browser is confused by the page's other markup and/or tags, or the two pages (the from page and to page) are so similar looking that no fading would be noticeable anyway.
A link to the pages where you are having this problem would probably be required for us to be of much more help.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks