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

Thread: Special Effects upon Page Enter

  1. #1
    Join Date
    Sep 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Special Effects upon Page Enter

    1) Script Title: Special Effects upon Page Enter

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex3/document2.htm

    3) Describe problem: I cannot figure out why this script does not work at my pages: http://members.home.nl/beluisterenswaardig/

    There should be a transition now between pagina1 and pagina2.

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    The defect of this special effect is it is an IE based one.

    Are you sure that you've mentioned something like the following in your pages

    Code:
    <META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=17)">

  3. #3
    Join Date
    Sep 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I am sure that I have mentioned this in de "head" section:

    Code:
     <meta http-equiv="Page-Enter" content="blendTrans(Duration=4.0)"/>

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Strange it is working for me.

  5. #5
    Join Date
    Sep 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    *bump*

    Nobody?

  6. #6
    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

    Not working here. You need to change the order of things in the head:

    Code:
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <meta name="generator" content="Microsoft FrontPage 4.0" />
        <title>Website Title</title>
        <meta http-equiv="Page-Enter" content="blendTrans(Duration=4.0)"/>
        <link rel="stylesheet" type="text/css" href="private/style.css" media="screen,projection" />
    Nothing, with the possible exception of the title tag should come before meta tags in the head section.
    - John
    ________________________

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

  7. #7
    Join Date
    Sep 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I never knew about that meta tag thing.
    It is working now, but it is effecting the page because during the transition, there appears an horizontal line at the top of the page!

    Ofcourse now I tried a lot of combinations to order the meta tags, but that line won`t disappear.

    Now I suppose I have to forget the transition idea.
    Thanks anyway for your worthfull advise.

  8. #8
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Is it possible that the line is a problem with your HTML or CSS? I can't test in IE, and so I can't see the blend.
    - Mike

  9. #9
    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 mburt View Post
    Is it possible that the line is a problem with your HTML or CSS? I can't test in IE, and so I can't see the blend.
    That gave me the idea to check in IE and it is actually the page's background.gif image that has the white artifact in it. I converted it to an equivalent PNG image and will attach that in a zip file. It looks the same, is about the same number of bytes, but doesn't have the artifact:

    Attachment 987
    - John
    ________________________

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

  10. #10
    Join Date
    Sep 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The background certainly got something to do with it.
    I used your zipped background.png. Mentioned it into my style.css.
    And that white horizontal line was gone.

    But a new problem did arise when i "enlarged" my page. (see pagina2)
    The background.png exactly takes 1024px and becomes white after that number.
    Using it as background.gif solves that problem, but brings back that horizontal line.
    Is there a way to deal with that?

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
  •