do you know where to find a java or css script for a "sidescroller" u know,the one they use in the affiliates box,the script that makes all the affiliate buttons com in from,for example, the left side of the affiliates box and when u hold the mose over it it stops to let u click the button.Anyhow do u know where i can find that script? please gimme a direct link.
Thank you!
Sidescroller script?
Started by hammer, Mar 24 2005 03:50 PM
4 replies to this topic
#1
Posted 24 March 2005 - 03:50 PM
#2
Posted 25 March 2005 - 11:52 AM
I have a tutorial written about this...at home but thats no help umm here lemme see...ill write it from the top of my head.
Um its not javascript or css, its plain and simple Html by the way.
Width and height can be pixel or percent(%)
bgcolor can be any color or leave the value blank for if you want it to be transparent.
direction can be up, down, left or right.
onmouseover stops it when the mouse is over it and starts when you leave it
pretty self exlainatory.
I could go more in depth but i think this is what your asking for.
Enjoy.
Um its not javascript or css, its plain and simple Html by the way.
Width and height can be pixel or percent(%)
bgcolor can be any color or leave the value blank for if you want it to be transparent.
direction can be up, down, left or right.
onmouseover stops it when the mouse is over it and starts when you leave it
pretty self exlainatory.
I could go more in depth but i think this is what your asking for.
Enjoy.
<marquee width="400" height="30" bgcolor="green" direction="left" behavior="scroll" scrollamount="5" onmouseover="this.stop()" onmouseout="this.start()"> Hey this is the sidescroller paste a link or a picture or whatever you want in here. </marquee>
#3
Posted 26 March 2005 - 02:26 PM
thank you so damn much,if it works =p
#4
Posted 18 April 2005 - 01:05 PM
Although you probably don't care, but:
http://www.w3.org/TR...WEBCONTENT/#q34
W3C said:
The BLINK and MARQUEE elements are not defined in any W3C HTML specification and should not be used.
http://www.w3.org/TR...WEBCONTENT/#q34
#5
Posted 18 April 2005 - 01:09 PM
is there anyway u can tell me or show me what script to put down and where please....
cuz this scrolling thing got me on a good one thnx in advance
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
