The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Floating image Script

3 posters

Go down

Solved Floating image Script

Post by Cali November 15th 2009, 5:46 pm

I can't write script in any format CSS or HTML.

I was wondering of anyone is able to write a simple script which puts a floating image on a screen.

I want to use it during christmas to have a santa foating around the screen.

Thanks Very good


Link : http://forum.birkenheadcruise.com
avatar
Cali
Forumember

Male Posts : 96
Reputation : 10
Language : English

Back to top Go down

Solved Re: Floating image Script

Post by RoNo November 15th 2009, 7:30 pm

There's too much math involved to make it simple Razz
But I'll try to keep it short by linking to the float script.

Try this (the image is clickable, replace the Url's at the bottom with yours)
Code:
<script type="text/javascript" src="http://zone3.forumotion.com/floatjs-h57.htm"></script>
<script type="text/javascript">
var float1
function pagestart(){
float1=new Chip("float1",47,68);
movechip("float1"); }
if (window.addEventListener)
window.addEventListener("load", pagestart, false)
else if (window.attachEvent)
window.attachEvent("onload", pagestart)
else if (document.getElementById)
window.onload=pagestart</script>

<div id="float1" style="position:absolute; left: -500px; width:47; height:68;"><a href="http://zone2.forumotion.net/"><img src="http://i85.photobucket.com/albums/k57/RoNo1/bee.gif" border="0"></a>
</div>
It will work "as is" in your Homepage message.
Let me know if you want to create your own page for the actual float script.


Since we are on the topic of Santa, try this kooky game
Floating image Script SantaFartyPants
[ click to play ]
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: Floating image Script

Post by Cali November 15th 2009, 7:51 pm

I'm lost for words.

Thank you so much.

It's amazing
avatar
Cali
Forumember

Male Posts : 96
Reputation : 10
Language : English

Back to top Go down

Solved Re: Floating image Script

Post by Sanket November 15th 2009, 7:54 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Floating image Script 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum