Results 1 to 3 of 3

Thread: Special Effects upon Page Enter and image map

  1. #1
    Join Date
    Feb 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Special Effects upon Page Enter and image map

    Hallo,

    I am working on a new website at the moment and i've got the next problem

    My background image is a picture made with adobe image ready with some links on it and saved as image map.

    As you know, when you make an image map in adobe image ready, and you save it, you get the html page with all the codes you need.

    Now i have tryed to add an effect to my pages, using the Special Effects upon Page Enter provided on this website.

    The probleem is, the effect doesn't work for me..

    Is there a probleem that i should know about?

    This is my html code:

    <html>
    <head>

    <!--Special Effects upon page enter Script- © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more DHTML Scripts, and Terms Of Use, visit dynamicdrive.com-->
    <META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=6)">


    </head>

    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

    <!-- ImageReady Slices (bg.psd) -->
    <img src="images/bg.jpg" width="1000" height="571" border="0" alt="" usemap="#bg_Map">
    <map name="bg_Map">
    <area shape="poly" alt="" coords="340,448, 339,493, 396,493, 348,449" href="info.htm">
    </map>
    <!-- End ImageReady Slices -->

    </body>
    </html>

    Am i doing somthing wrong?

    Thank you very much,

    Limor

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The effect will only work with recent versions of internet explorer - is that the browser you are using?

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Feb 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, i have internet explorer 6... i think that is the latest....isn't it?

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
  •