Pages: 1
[quote]<marquee onmouseover=stop() onmouseout=start() behavior="alternate">
<img height="100" width"100" src="[b]IMAGE URL HERE[/b]">
</marquee>[/quote]
[quote]<marquee onmouseover=stop() onmouseout=start() behavior="alternate">
[b]TEXT HERE[/b]
</marquee>[/quote]
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)
Pages: 1