shalhevet
02-06-2005, 08:33 PM
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
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