Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Page Transitions not working in IE7

  1. #1
    Join Date
    Jul 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Page Transitions not working in IE7

    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.

  2. #2
    Join Date
    Jul 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Would someone please respond to this? Is more information needed in order to receive a response?

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Works fine herein IE 7. You using Vista?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Jul 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No, I'm using XP Professional. Am I missing something? I'd love to figure this out.

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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

  6. #6
    Join Date
    Jul 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  7. #7
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by amyb74 View Post
    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?
    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.

    Just so I'm clear, this effect should be visible when a user clicks on a link to another page on the website, yes?
    It's:

    Special Effects upon Page Enter
    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.

    Here is a basic example of how it should look in the source code of a valid page (the transition tag is highlighted red):

    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"> . . .
    If you want it to happen when you leave the page, change Enter to Exit:

    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

  8. #8
    Join Date
    Jul 2007
    Location
    California
    Posts
    177
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Maybe post a link to the page that doesn't work? (this script works on DD using IE7 for me as well)

  9. #9
    Join Date
    Jul 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    [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?

  10. #10
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •