home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 1.6 KB | 87 lines |
- [SUBJECT]
- Description=Floating Image Script
- ImageIndex=-1
- Folder=Graphical Effects
-
-
-
- [HEAD_TEXT]
- ;<script language="JavaScript" src="moveobj.js"> </script>
- ;<script>
- ;
- ;/*
- ;Floating image script
- ;By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
- ;Permission granted to Dynamicdrive.com to feature it in it's archive
- ;For 100's of FREE DHTML scripts and components,
- ;Visit http://dynamicdrive.com
- ;*/
- ;
- ;
- ;var chip1;
- ;var chip2;
- ;var chip3;
- ;//add or delete more variables, depending on how many images you're using
- ;
- ;function pagestart()
- ;{checkbrOK();
- ;chip1=new Chip("chip1",60,80);
- ;chip2=new Chip("chip2",60,80);
- ;chip3=new Chip("chip3",60,80);
- ;//add or delete more of the above, depending on how many images you're using
- ;if(brOK)
- ;{ movechip("chip1");
- ;movechip("chip2");
- ;movechip("chip3");
- ;//add or delete more of the above, depending on how many images you're using
- ;}
- ;}
- ;</script>
-
-
- [BODY_TEXT]
- ;
- ;<div id="chip1" style="position:absolute; width:47; height:68;">
- ;<a href="`url1`"><img alt="" src="`image1`" border="0"></a>
- ;</div>
- ;<div id="chip2" style="position:absolute; width:47; height:68;">
- ;<a href="`url2`"><img alt="" src="`image2`" border="0"></a>
- ;</div>
- ;<div id="chip3" style="position:absolute; width:47; height:68;">
- ;<a href="`url3`"><img alt="" src="`image3`" border="0"></a>
- ;</div>
- ;
-
- [EXTERNAL_FILES]
- File1=moveobj.js
-
-
- [`url1`]
- Kind=U
- Value=some1.html
-
- [`url2`]
- Kind=U
- Value=some2.html
-
- [`url3`]
- Kind=U
- Value=some3.html
-
-
-
-
- [`image1`]
- Kind=U
- Value=image1.gif
-
- [`image2`]
- Kind=U
- Value=image2.gif
-
- [`image3`]
- Kind=U
- Value=image3.gif
-
-
-