| View previous topic :: View next topic |
| Author |
Message |
Ash 1000+ Club

Joined: 03 Aug 2005 Posts: 1016 Location: England
|
Posted: Mon Oct 24, 2005 9:52 pm Post subject: Marquee's |
|
|
I need help with a marquee here's the code
| Code: |
<marquee bgcolor="#D6DBE0" height="108" direction="left" scrolldelay="90" scrollamount="6" behavior="scroll" align="middle" loop="0" width="366">
<a href="http://www.devppl.com"><img src='http://www.devppl.com/images/banners/small.gif' alt='DEVPPL - FREE Tutorials, downloads, forums' border="0" align="left" width="88" height="31" /></a><br>
<a href="http://visual-gfx.net"><img src="http://img429.imageshack.us/img429/4631/affiliatebutton4na.jpg" border="0" alt="Visual GFX" width="88" height="31" align="left" /></a><br>
<a href="http://www.blackhearted-designs.com"><img src="http://www.blackhearted-designs.com/images/BHDAffiliate.gif" height="31" width="88" alt="BH designs" border="0" /></a><br>
</marquee> |
I want it so when I mouse over it the marquee stops how is it done? |
|
| Back to top |
|
 |
|
|
Phate 500+ Club

Joined: 21 Nov 2004 Posts: 818 Location: 127.0.0.1
|
Posted: Tue Oct 25, 2005 5:49 am Post subject: Re: Marquee's |
|
|
| very easily in flash, dont know about anything else though |
|
| Back to top |
|
 |
Ash 1000+ Club

Joined: 03 Aug 2005 Posts: 1016 Location: England
|
Posted: Tue Oct 25, 2005 9:52 am Post subject: Re: Marquee's |
|
|
| To hell with flash nevermind then it looks good as it is. |
|
| Back to top |
|
 |
lalalogic 100+ Club
Joined: 16 Aug 2005 Posts: 200
|
Posted: Wed Oct 26, 2005 11:30 pm Post subject: Re: Marquee's |
|
|
add in the marquee tag onMouseover="this.stop()" OnMouseout="this.start()" and remove the loop="0"
| Code: |
<marquee bgcolor="#D6DBE0" height="108" direction="left" scrolldelay="90" scrollamount="6" behavior="scroll" align="middle" width="366" onMouseover="this.stop()" OnMouseout="this.start()">
<a href="http://www.devppl.com">
<img src='http://www.devppl.com/images/banners/small.gif' alt='DEVPPL - FREE Tutorials, downloads, forums' border="0" align="left" width="88" height="31" /></a>
<br>
<a href="http://visual-gfx.net">
<img src="http://img429.imageshack.us/img429/4631/affiliatebutton4na.jpg" border="0" alt="Visual GFX" width="88" height="31" align="left" /></a>
<br>
<a href="http://www.blackhearted-designs.com">
<img src="http://www.blackhearted-designs.com/images/BHDAffiliate.gif" height="31" width="88" alt="BH designs" border="0" /></a>
<br>
</marquee> |
|
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Thu Oct 27, 2005 7:30 am Post subject: Re: Marquee's |
|
|
omg... I didn't even know HTML and JavaScript stuff worked in Greece  |
|
| Back to top |
|
 |
|