Wandering Hearts2. Get the Script |
|
Join the DiscussionMore of this FeatureThe script for the wandering hearts is in three parts. The first two parts go in the head section of your web page. The first part is the script itself. You need to select the code from the text box below (there is a highlight all button beneath it to make this easier) and copy it into a file called hearts.js. You next attach the script into your web page that you wish to display your wandering hearts on by adding the following code into the head section of your page. We need a stylesheet for the heart objects so we'll add that at the same time.
<script type="text/javascript"
src="hearts.js">
</script> <style> #heart0,#heart1 {z-Index:999; visibility:hidden; position:absolute; top:0; left:0; width:69px;} </style> The next step is to add the rest of the code to your page.
Introduction | The Script |
Add to Your Page
|

