Pages: 1
You are viewing a post by mabuhay. View all 5 posts in how can i make my pictures/text in may overlay profile move/scroll?.
try this also, change only teh bolded part..
scroll up
[quote]<marquee direction=up scrollamount=3 scrolldelay=1 onmouseover=this.stop() onmouseout=this.start() height="[b]200[/b]" width="[b]200[/b]">
<img src="[b]IMAGE URL HERE[/b]"height=[b]200[/b] width=[b]200[/b] border=0>
</marquee>[/quote]
[quote]<marquee direction=up scrollamount=1 scrolldelay=1 onmouseover=this.stop() onmouseout=this.start() height="[b]200[/b]" width="[b]200[/b]">
[b]TEXT HERE[/b]
</marquee>[/quote]
scroll down
[quote]<marquee direction=down scrollamount=3 scrolldelay=1 onmouseover=this.stop() onmouseout=this.start() height="[b]200[/b]" width="[b]200[/b]">
<img src="[b]IMAGE URL HERE[/b]"height=[b]200[/b] width=[b]200[/b] border=0>
</marquee>[/quote]
[quote]<marquee direction=down scrollamount=1 scrolldelay=1 onmouseover=this.stop() onmouseout=this.start() height="[b]200[/b]" width="[b]200[/b]">
[b]TEXT HERE[/b]
</marquee>[/quote]
scroll right to left
[quote]<marquee direction=left scrollamount=3 scrolldelay=1 onmouseover=this.stop() onmouseout=this.start() height="[b]200[/b]" width="[b]200[/b]">
<img src="[b]IMAGE URL HERE[/b]"height=[b]200[/b] width=[b]200[/b] border=0>
</marquee>[/quote]
[quote]<marquee direction=left scrollamount=1 scrolldelay=1 onmouseover=this.stop() onmouseout=this.start() height="[b]200[/b]" width="[b]200[/b]">
[b]TEXT HERE[/b]
</marquee>[/quote]
scroll left to right
[quote]<marquee direction=right scrollamount=3 scrolldelay=1 onmouseover=this.stop() onmouseout=this.start() height="[b]200[/b]" width="[b]200[/b]">
<img src="[b]IMAGE URL HERE[/b]"height=[b]200[/b] width=[b]200[/b] border=0>
</marquee>[/quote]
[quote]<marquee direction=right scrollamount=1 scrolldelay=1 onmouseover=this.stop() onmouseout=this.start() height="[b]200[/b]" width="[b]200[/b]">
[b]TEXT HERE[/b]
</marquee>[/quote]
Last edited by mabuhay (2009-01-14 02:09:34)
You are viewing a post by mabuhay. View all 5 posts in how can i make my pictures/text in may overlay profile move/scroll?.
Pages: 1